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

This commit is contained in:
2024-01-21 14:59:29 +00:00
parent b71a282de7
commit 6beb11866b
2 changed files with 5 additions and 5 deletions

View File

@@ -9,6 +9,6 @@ edition = "2021"
clap = { version = "4.4.18", features = ["derive"] }
eyre = "0.6.11"
jwalk = "0.8.1"
regex = "1.10.2"
regex = "1.10.3"
walkdir = "2.4.0"