mirror of
https://github.com/loot/loot-condition-interpreter.git
synced 2026-07-27 14:16:09 -07:00
Merge pull request #87 from loot/dependabot/cargo/regex-1.12.2
Bump regex from 1.11.3 to 1.12.2
This commit is contained in:
Generated
+4
-4
@@ -459,9 +459,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "regex"
|
name = "regex"
|
||||||
version = "1.11.3"
|
version = "1.12.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "8b5288124840bee7b386bc413c487869b360b2b4ec421ea56425128692f2a82c"
|
checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aho-corasick",
|
"aho-corasick",
|
||||||
"memchr",
|
"memchr",
|
||||||
@@ -471,9 +471,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "regex-automata"
|
name = "regex-automata"
|
||||||
version = "0.4.11"
|
version = "0.4.13"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "833eb9ce86d40ef33cb1306d8accf7bc8ec2bfea4355cbdebb3df68b40925cad"
|
checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aho-corasick",
|
"aho-corasick",
|
||||||
"memchr",
|
"memchr",
|
||||||
|
|||||||
@@ -13,12 +13,22 @@ criteria = "safe-to-deploy"
|
|||||||
delta = "1.11.2 -> 1.11.3"
|
delta = "1.11.2 -> 1.11.3"
|
||||||
notes = "It just increments the minimum version of regex-automata."
|
notes = "It just increments the minimum version of regex-automata."
|
||||||
|
|
||||||
|
[[audits.regex]]
|
||||||
|
who = "Oliver Hamlet <git@ortham.net>"
|
||||||
|
criteria = "safe-to-deploy"
|
||||||
|
delta = "1.11.3 -> 1.12.2"
|
||||||
|
|
||||||
[[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"
|
||||||
delta = "0.4.9 -> 0.4.11"
|
delta = "0.4.9 -> 0.4.11"
|
||||||
notes = "It's a combination of format!() syntax tweaks and added calls to .shrink_to_fit()."
|
notes = "It's a combination of format!() syntax tweaks and added calls to .shrink_to_fit()."
|
||||||
|
|
||||||
|
[[audits.regex-automata]]
|
||||||
|
who = "Oliver Hamlet <git@ortham.net>"
|
||||||
|
criteria = "safe-to-deploy"
|
||||||
|
delta = "0.4.11 -> 0.4.13"
|
||||||
|
|
||||||
[[trusted.esplugin]]
|
[[trusted.esplugin]]
|
||||||
criteria = "safe-to-deploy"
|
criteria = "safe-to-deploy"
|
||||||
user-id = 9999 # Oliver Hamlet (Ortham)
|
user-id = 9999 # Oliver Hamlet (Ortham)
|
||||||
|
|||||||
Reference in New Issue
Block a user