mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-15 14:16:59 +05:30
fix(deps): update rust crate clap to 4.4.2
This commit is contained in:
parent
0e0e13e525
commit
c2fef0a82f
2 changed files with 7 additions and 8 deletions
|
@ -18,7 +18,7 @@ include = ["src/**/*", "LICENSE-*", "README.md"]
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1.0.75"
|
||||
clap = { version = "4.4.1", features = ["color", "deprecated", "derive"] }
|
||||
clap = { version = "4.4.2", features = ["color", "deprecated", "derive"] }
|
||||
gix = "0.52.0"
|
||||
serde = { version = "1.0.188", default-features = false }
|
||||
serde_derive = "1.0.188"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue