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

This commit is contained in:
2023-03-21 19:22:08 +00:00
parent 399c346074
commit dd435afed7
2 changed files with 5 additions and 5 deletions

View File

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