summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-01-22 15:36:30 +0000
committerrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-01-22 19:15:22 +0000
commit97fc4a0db626a6bd7bb2fc313d13618bd47f06f3 (patch)
tree7a448fefdf25ce90bad6caf9523adf6bd8bccee1 /Cargo.toml
parent6d006132f27d989f16b57b425c5016663cdbb656 (diff)
build(deps): update rust crate regex to 1.10.3
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 e6226f881..69e2e2bbc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -67,7 +67,7 @@ pest_derive = "2.7.6"
quick-xml = "0.31.0"
rand = "0.8.5"
rayon = "1.8.1"
-regex = { version = "1.10.2", default-features = false, features = ["perf", "std", "unicode-perl"] }
+regex = { version = "1.10.3", default-features = false, features = ["perf", "std", "unicode-perl"] }
rust-ini = "0.20.0"
semver = "1.0.21"
serde = { version = "1.0.195", features = ["derive"] }