summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-05-25 19:08:21 +0000
committerGitHub <noreply@github.com>2023-05-25 19:08:21 +0000
commitd9d113e40522d0b9c87868d18a2459ddd3b8f34f (patch)
tree32dbc3f714fcbdfc9a80f1c4e9839def6448ad69
parent885241114a933ae97820030cd28c97dc31670d3a (diff)
build(deps): update rust crate regex to 1.8.3
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 873ae88b2..73e9b9307 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2520,9 +2520,9 @@ dependencies = [
[[package]]
name = "regex"
-version = "1.8.2"
+version = "1.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d1a59b5d8e97dee33696bf13c5ba8ab85341c002922fba050069326b9c498974"
+checksum = "81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390"
dependencies = [
"aho-corasick",
"memchr",
diff --git a/Cargo.toml b/Cargo.toml
index 962b7b3a2..3632f22ac 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -67,7 +67,7 @@ pest_derive = "2.6.0"
quick-xml = "0.28.2"
rand = "0.8.5"
rayon = "1.7.0"
-regex = { version = "1.8.2", default-features = false, features = ["perf", "std", "unicode-perl"] }
+regex = { version = "1.8.3", default-features = false, features = ["perf", "std", "unicode-perl"] }
rust-ini = "0.19.0"
semver = "1.0.17"
serde = { version = "1.0.163", features = ["derive"] }