Merge pull request 'Update Rust crate clap to 4.3.6' (#36) from renovate/all into main
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-06-23 18:00:54 +00:00
committed by Gitea
parent c68d6400b7
commit 331e5a6825
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ categories = ["command-line-interface"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.3.5", features = ["env", "unicode", "string"] }
clap = { version = "4.3.6", features = ["env", "unicode", "string"] }
console = "0.15.7"
eyre = "0.6.8"
tracing = { version = "0.1.37", features = ["log"] }