mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-17 02:07:02 +05:30
fix(deps): update rust crate clap to 4.4.7
This commit is contained in:
parent
89eeab87eb
commit
3e13ad9a08
2 changed files with 9 additions and 9 deletions
|
@ -18,7 +18,7 @@ include = ["src/**/*", "LICENSE-*", "README.md"]
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1.0.75"
|
||||
clap = { version = "4.4.6", features = ["color", "deprecated", "derive"] }
|
||||
clap = { version = "4.4.7", features = ["color", "deprecated", "derive"] }
|
||||
gix = "0.55.2"
|
||||
serde = { version = "1.0.189", default-features = false }
|
||||
serde_derive = "1.0.189"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue