Update Rust crate anyhow to 1.0.66

This commit is contained in:
2022-10-25 22:02:24 +00:00
parent b70cf5e25d
commit 96a4561d21
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@@ -32,9 +32,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.58"
version = "1.0.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704"
checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
[[package]]
name = "arrayref"