mirror of
https://github.com/loot/loot-condition-interpreter.git
synced 2026-07-27 14:16:09 -07:00
Update regex from 1.12.4 to 1.13.0
This commit is contained in:
Generated
+2
-2
@@ -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",
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user