Update regex from 1.12.4 to 1.13.0

This commit is contained in:
Oliver Hamlet
2026-07-10 17:42:07 +01:00
parent 03aafd8c2c
commit fd9347990d
2 changed files with 7 additions and 2 deletions
Generated
+2 -2
View File
@@ -447,9 +447,9 @@ dependencies = [
[[package]] [[package]]
name = "regex" name = "regex"
version = "1.12.4" version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba" checksum = "2a0e75113e14dc5acb068cd0786884f214f1312650a3d36d269f5c4f3cdee8a2"
dependencies = [ dependencies = [
"aho-corasick", "aho-corasick",
"memchr", "memchr",
+5
View File
@@ -17,6 +17,11 @@ who = "Oliver Hamlet <git@ortham.net>"
criteria = "safe-to-deploy" criteria = "safe-to-deploy"
delta = "1.12.2 -> 1.12.4" delta = "1.12.2 -> 1.12.4"
[[audits.regex]]
who = "Oliver Hamlet <git@ortham.net>"
criteria = "safe-to-deploy"
delta = "1.12.4 -> 1.13.0"
[[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"