mirror of
https://github.com/loot/loot-condition-interpreter.git
synced 2026-07-27 14:16:09 -07:00
Update regex from 1.12.2 to 1.12.4
This commit is contained in:
Generated
+4
-4
@@ -447,9 +447,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "regex"
|
||||
version = "1.12.2"
|
||||
version = "1.12.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
|
||||
checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba"
|
||||
dependencies = [
|
||||
"aho-corasick",
|
||||
"memchr",
|
||||
@@ -470,9 +470,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "regex-syntax"
|
||||
version = "0.8.5"
|
||||
version = "0.8.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
||||
checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
|
||||
|
||||
[[package]]
|
||||
name = "rustix"
|
||||
|
||||
@@ -12,6 +12,11 @@ who = "Oliver Hamlet <git@ortham.net>"
|
||||
criteria = "safe-to-deploy"
|
||||
delta = "1.11.3 -> 1.12.2"
|
||||
|
||||
[[audits.regex]]
|
||||
who = "Oliver Hamlet <git@ortham.net>"
|
||||
criteria = "safe-to-deploy"
|
||||
delta = "1.12.2 -> 1.12.4"
|
||||
|
||||
[[audits.regex-automata]]
|
||||
who = "Oliver Hamlet <git@ortham.net>"
|
||||
criteria = "safe-to-deploy"
|
||||
@@ -23,6 +28,11 @@ who = "Oliver Hamlet <git@ortham.net>"
|
||||
criteria = "safe-to-deploy"
|
||||
delta = "0.4.11 -> 0.4.13"
|
||||
|
||||
[[audits.regex-syntax]]
|
||||
who = "Oliver Hamlet <git@ortham.net>"
|
||||
criteria = "safe-to-deploy"
|
||||
delta = "0.8.5 -> 0.8.11"
|
||||
|
||||
[[trusted.esplugin]]
|
||||
criteria = "safe-to-deploy"
|
||||
trusted-publisher = "github:Ortham/esplugin"
|
||||
|
||||
@@ -37,12 +37,6 @@ criteria = "safe-to-deploy"
|
||||
version = "0.7.0"
|
||||
criteria = "safe-to-run"
|
||||
|
||||
[[exemptions.errno]]
|
||||
version = "0.3.14"
|
||||
criteria = "safe-to-run"
|
||||
suggest = false
|
||||
notes = "At time of review this was only built if targeting WASM, which is not an intended target."
|
||||
|
||||
[[exemptions.js-sys]]
|
||||
version = "0.3.77"
|
||||
criteria = "safe-to-run"
|
||||
|
||||
@@ -1537,6 +1537,12 @@ delta = "0.8.15 -> 0.8.14"
|
||||
notes = "This is an audit of a downgrade to fill a gap between third-party audits. The only behavioural difference in the newer version is better handling of integer overflow when providing a timeout for parking a thread."
|
||||
aggregated-from = "https://raw.githubusercontent.com/Ortham/esplugin/refs/heads/master/supply-chain/audits.toml"
|
||||
|
||||
[[audits.ortham.audits.errno]]
|
||||
who = "Oliver Hamlet <git@ortham.net>"
|
||||
criteria = "safe-to-deploy"
|
||||
version = "0.3.14"
|
||||
aggregated-from = "https://raw.githubusercontent.com/Ortham/svg_to_ico/refs/heads/master/supply-chain/audits.toml"
|
||||
|
||||
[[audits.ortham.audits.half]]
|
||||
who = "Oliver Hamlet <git@ortham.net>"
|
||||
criteria = "safe-to-deploy"
|
||||
|
||||
Reference in New Issue
Block a user