mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-13 19:27:01 +05:30
fix(deps): update rust crate anyhow to 1.0.68
This commit is contained in:
parent
c26f08c8c8
commit
b99d89b0bb
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -4,9 +4,9 @@ version = 3
|
|||
|
||||
[[package]]
|
||||
name = "anyhow"
|
||||
version = "1.0.66"
|
||||
version = "1.0.68"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
|
||||
checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
|
||||
|
||||
[[package]]
|
||||
name = "autocfg"
|
||||
|
|
|
@ -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.66"
|
||||
anyhow = "1.0.68"
|
||||
clap = { version = "4.0.29", features = [ "color", "deprecated", "derive" ] }
|
||||
git2 = { version = "0.15.0", default-features = false, features = ["vendored-libgit2", "vendored-openssl"] }
|
||||
serde = { version = "1.0.151", default-features = false, features = ["derive"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue