fix(deps): update rust crate clap to 4.3.10

This commit is contained in:
renovate[bot] 2023-06-30 03:07:57 +00:00 committed by GitHub
parent cbd49b6d4e
commit 15f0b75d2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 6 deletions

View file

@ -18,7 +18,7 @@ include = ["src/**/*", "LICENSE-*", "README.md"]
[dependencies]
anyhow = "1.0.71"
clap = { version = "4.3.9", features = ["color", "deprecated", "derive"] }
clap = { version = "4.3.10", features = ["color", "deprecated", "derive"] }
gix = "0.48.0"
serde = { version = "1.0.164", default-features = false }
serde_derive = "1.0.164"