fix(deps): update rust crate anyhow to 1.0.72

This commit is contained in:
renovate[bot] 2023-07-15 21:02:34 +00:00 committed by GitHub
parent 102255b5e1
commit 44b042ec41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,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.71"
anyhow = "1.0.72"
clap = { version = "4.3.12", features = ["color", "deprecated", "derive"] }
gix = "0.48.0"
serde = { version = "1.0.171", default-features = false }