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:51:42 +00:00
parent c925077aaa
commit e934b9c2a4
2 changed files with 5 additions and 5 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.2.6", features = ["derive"] }
clap = { version = "4.2.7", features = ["derive"] }
eyre = "0.6.8"
jwalk = "0.8.1"
regex = "1.8.1"