Update Rust crate clap to 4.2.7
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-05-02 19:52:16 +00:00
parent 95a3b084af
commit 0a656717f6
2 changed files with 6 additions and 6 deletions

View File

@@ -6,5 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.2.6", features = ["env", "derive"] }
clap = { version = "4.2.7", features = ["env", "derive"] }
eyre = "0.6.8"