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

This commit is contained in:
2022-11-05 19:59:42 +00:00
parent c31aded7c2
commit 3f0c1de427
2 changed files with 3 additions and 3 deletions

View File

@@ -9,6 +9,6 @@ edition = "2021"
clap = { version = "4.0.19", features = ["derive"] }
eyre = "0.6.8"
jwalk = "0.6.0"
regex = "1.6.0"
regex = "1.7.0"
walkdir = "2.3.2"