diff --git a/Cargo.lock b/Cargo.lock index c14b6ae..b6175c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -459,9 +459,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.11.3" +version = "1.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b5288124840bee7b386bc413c487869b360b2b4ec421ea56425128692f2a82c" +checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" dependencies = [ "aho-corasick", "memchr", @@ -471,9 +471,9 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.4.11" +version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "833eb9ce86d40ef33cb1306d8accf7bc8ec2bfea4355cbdebb3df68b40925cad" +checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" dependencies = [ "aho-corasick", "memchr", diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml index d269cf2..2f4a009 100644 --- a/supply-chain/audits.toml +++ b/supply-chain/audits.toml @@ -13,12 +13,22 @@ criteria = "safe-to-deploy" delta = "1.11.2 -> 1.11.3" notes = "It just increments the minimum version of regex-automata." +[[audits.regex]] +who = "Oliver Hamlet " +criteria = "safe-to-deploy" +delta = "1.11.3 -> 1.12.2" + [[audits.regex-automata]] who = "Oliver Hamlet " criteria = "safe-to-deploy" delta = "0.4.9 -> 0.4.11" notes = "It's a combination of format!() syntax tweaks and added calls to .shrink_to_fit()." +[[audits.regex-automata]] +who = "Oliver Hamlet " +criteria = "safe-to-deploy" +delta = "0.4.11 -> 0.4.13" + [[trusted.esplugin]] criteria = "safe-to-deploy" user-id = 9999 # Oliver Hamlet (Ortham)