mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-15 02:47:00 +05:30
fix(deps): update rust crate clap to 4.3.21
This commit is contained in:
parent
e60f1d646f
commit
5b7a4cd86c
2 changed files with 5 additions and 5 deletions
|
@ -18,7 +18,7 @@ include = ["src/**/*", "LICENSE-*", "README.md"]
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1.0.72"
|
||||
clap = { version = "4.3.19", features = ["color", "deprecated", "derive"] }
|
||||
clap = { version = "4.3.21", features = ["color", "deprecated", "derive"] }
|
||||
gix = "0.51.0"
|
||||
serde = { version = "1.0.183", default-features = false }
|
||||
serde_derive = "1.0.183"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue