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

This commit is contained in:
2024-03-23 02:10:16 +00:00
parent 770454be6b
commit 3a029ae62a
2 changed files with 3 additions and 3 deletions

View File

@@ -9,6 +9,6 @@ edition = "2021"
clap = { version = "4.5.3", features = ["derive"] }
eyre = "0.6.12"
jwalk = "0.8.1"
regex = "1.10.3"
regex = "1.10.4"
walkdir = "2.5.0"