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

This commit is contained in:
2023-10-14 15:25:19 +00:00
parent e195bd041d
commit d05e67b60e
2 changed files with 7 additions and 7 deletions

View File

@@ -9,6 +9,6 @@ edition = "2021"
clap = { version = "4.4.6", features = ["derive"] }
eyre = "0.6.8"
jwalk = "0.8.1"
regex = "1.10.0"
regex = "1.10.1"
walkdir = "2.4.0"