mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-15 03:57:01 +05:30
fix(deps): update rust crate anyhow to 1.0.72
This commit is contained in:
parent
102255b5e1
commit
44b042ec41
2 changed files with 3 additions and 3 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue