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