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

This commit is contained in:
2022-12-22 19:47:06 +00:00
parent b7ab8a24bf
commit f4c95a3d79
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.0.31", features = ["env", "derive"] }
clap = { version = "4.0.32", features = ["env", "derive"] }
eyre = "0.6.8"