chore(deps): update rust crate anyhow to 1.0.58

This commit is contained in:
renovate[bot] 2022-06-19 01:29:35 +00:00 committed by GitHub
parent 837087daa9
commit b9fab576c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -4,9 +4,9 @@ version = 3
[[package]]
name = "anyhow"
version = "1.0.57"
version = "1.0.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc"
checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704"
[[package]]
name = "autocfg"

View File

@ -24,5 +24,5 @@ serde = { version = "1.0.137", optional = true }
jsonwebtoken = { version = "8.1.1", optional = true }
[dev-dependencies]
anyhow = "1.0.57"
anyhow = "1.0.58"
hex = { version = "0.4.3" }