Update regex from 1.13.0 to 1.13.1

This commit is contained in:
Oliver Hamlet
2026-07-16 21:02:03 +01:00
parent fd9347990d
commit 6bf9bf02fc
3 changed files with 20 additions and 4 deletions
Generated
+4 -4
View File
@@ -447,9 +447,9 @@ dependencies = [
[[package]] [[package]]
name = "regex" name = "regex"
version = "1.13.0" version = "1.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a0e75113e14dc5acb068cd0786884f214f1312650a3d36d269f5c4f3cdee8a2" checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d"
dependencies = [ dependencies = [
"aho-corasick", "aho-corasick",
"memchr", "memchr",
@@ -459,9 +459,9 @@ dependencies = [
[[package]] [[package]]
name = "regex-automata" name = "regex-automata"
version = "0.4.13" version = "0.4.16"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" checksum = "8fcfdb36bda0c880c5931cdc7a2bcdc8ba4556847b9d912bca70bc94708711ad"
dependencies = [ dependencies = [
"aho-corasick", "aho-corasick",
"memchr", "memchr",
+10
View File
@@ -22,6 +22,11 @@ who = "Oliver Hamlet <git@ortham.net>"
criteria = "safe-to-deploy" criteria = "safe-to-deploy"
delta = "1.12.4 -> 1.13.0" delta = "1.12.4 -> 1.13.0"
[[audits.regex]]
who = "Oliver Hamlet <git@ortham.net>"
criteria = "safe-to-deploy"
delta = "1.13.0 -> 1.13.1"
[[audits.regex-automata]] [[audits.regex-automata]]
who = "Oliver Hamlet <git@ortham.net>" who = "Oliver Hamlet <git@ortham.net>"
criteria = "safe-to-deploy" criteria = "safe-to-deploy"
@@ -33,6 +38,11 @@ who = "Oliver Hamlet <git@ortham.net>"
criteria = "safe-to-deploy" criteria = "safe-to-deploy"
delta = "0.4.11 -> 0.4.13" delta = "0.4.11 -> 0.4.13"
[[audits.regex-automata]]
who = "Oliver Hamlet <git@ortham.net>"
criteria = "safe-to-deploy"
delta = "0.4.14 -> 0.4.16"
[[audits.regex-syntax]] [[audits.regex-syntax]]
who = "Oliver Hamlet <git@ortham.net>" who = "Oliver Hamlet <git@ortham.net>"
criteria = "safe-to-deploy" criteria = "safe-to-deploy"
+6
View File
@@ -1484,6 +1484,12 @@ criteria = "safe-to-deploy"
delta = "1.5.3 -> 1.6.1" delta = "1.5.3 -> 1.6.1"
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"
[[audits.mozilla.audits.regex-automata]]
who = "Benjamin VanderSloot <bvandersloot@mozilla.com>"
criteria = "safe-to-deploy"
delta = "0.4.9 -> 0.4.14"
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"
[[audits.mozilla.audits.syn]] [[audits.mozilla.audits.syn]]
who = "Jan-Erik Rediger <jrediger@mozilla.com>" who = "Jan-Erik Rediger <jrediger@mozilla.com>"
criteria = "safe-to-deploy" criteria = "safe-to-deploy"