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:
2023-02-15 16:54:10 +00:00
parent a3aa2c0a7a
commit 3dc46db78f
2 changed files with 8 additions and 8 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.0.32", features = ["derive"] }
clap = { version = "4.1.5", features = ["derive"] }
eyre = "0.6.8"
jwalk = "0.8.1"
regex = "1.7.0"
regex = "1.7.1"
walkdir = "2.3.2"