fix(deps): update rust crate anyhow to 1.0.66

This commit is contained in:
renovate[bot] 2022-10-20 23:15:50 +00:00 committed by GitHub
parent 464010a3ca
commit c775218dbc
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.65"
version = "1.0.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602"
checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
[[package]]
name = "atty"

View file

@ -14,7 +14,7 @@ include = ["src/**/*", "LICENSE-*", "README.md"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.65"
anyhow = "1.0.66"
clap = { version = "4.0.17", features = [ "color", "deprecated", "derive" ] }
git2 = { version = "0.15.0", default-features = false, features = ["vendored-libgit2", "vendored-openssl"] }
serde = { version = "1.0.145", default-features = false, features = ["derive"] }