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

This commit is contained in:
2022-11-16 17:01:06 +00:00
parent b36a9b67b4
commit 9e6abb1b4a
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.0.23", features = ["derive"] }
clap = { version = "4.0.26", features = ["derive"] }
eyre = "0.6.8"
jwalk = "0.6.0"
regex = "1.7.0"