summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a8305f30f..ea38de734 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -67,7 +67,7 @@ pest_derive = "2.7.8"
quick-xml = "0.31.0"
rand = "0.8.5"
rayon = "1.9.0"
-regex = { version = "1.10.3", default-features = false, features = ["perf", "std", "unicode-perl"] }
+regex = { version = "1.10.4", default-features = false, features = ["perf", "std", "unicode-perl"] }
rust-ini = "0.21.0"
semver = "1.0.22"
serde = { version = "1.0.197", features = ["derive"] }