Update all dependencies
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-03-01 19:01:12 +00:00
parent 03fef0c158
commit 7bcc8ba699
2 changed files with 16 additions and 16 deletions

View File

@@ -6,9 +6,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.4.18", features = ["derive"] }
clap = { version = "4.5.1", features = ["derive"] }
eyre = "0.6.12"
jwalk = "0.8.1"
regex = "1.10.3"
walkdir = "2.4.0"
walkdir = "2.5.0"