Merge pull request 'Update Rust crate clap to 4.3.6' (#36) from renovate/all into main
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-06-23 18:11:39 +00:00
committed by Gitea
parent 9407a298ef
commit 8d1f811545
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.3.5", features = ["derive"] }
clap = { version = "4.3.6", features = ["derive"] }
eyre = "0.6.8"
jwalk = "0.8.1"
regex = "1.8.4"