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

This commit is contained in:
2024-01-12 03:07:14 +00:00
parent 35b9d0f61c
commit e293a9de6f
2 changed files with 85 additions and 19 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.4.15", features = ["derive"] }
clap = { version = "4.4.16", features = ["derive"] }
eyre = "0.6.11"
jwalk = "0.8.1"
regex = "1.10.2"