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

This commit is contained in:
2023-06-23 18:11:54 +00:00
parent 3c416f806c
commit 12e5c036b5
2 changed files with 4 additions and 4 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.3.5", features = ["env", "derive"] }
clap = { version = "4.3.6", features = ["env", "derive"] }
eyre = "0.6.8"