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

This commit is contained in:
2023-04-20 23:18:42 +00:00
parent b6c5850cf5
commit 0c23eec0bf
2 changed files with 7 additions and 7 deletions

View File

@@ -9,6 +9,6 @@ edition = "2021"
clap = { version = "4.2.4", features = ["derive"] }
eyre = "0.6.8"
jwalk = "0.8.1"
regex = "1.7.3"
regex = "1.8.0"
walkdir = "2.3.3"