From 6bf9bf02fcb9732b3ffed9e71334fb3b75f940e7 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Thu, 16 Jul 2026 21:02:03 +0100 Subject: [PATCH] Update regex from 1.13.0 to 1.13.1 --- Cargo.lock | 8 ++++---- supply-chain/audits.toml | 10 ++++++++++ supply-chain/imports.lock | 6 ++++++ 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c69ab0..cc6ac99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -447,9 +447,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.13.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a0e75113e14dc5acb068cd0786884f214f1312650a3d36d269f5c4f3cdee8a2" +checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d" dependencies = [ "aho-corasick", "memchr", @@ -459,9 +459,9 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.4.13" +version = "0.4.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" +checksum = "8fcfdb36bda0c880c5931cdc7a2bcdc8ba4556847b9d912bca70bc94708711ad" dependencies = [ "aho-corasick", "memchr", diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml index 9b66709..83c3856 100644 --- a/supply-chain/audits.toml +++ b/supply-chain/audits.toml @@ -22,6 +22,11 @@ who = "Oliver Hamlet " criteria = "safe-to-deploy" delta = "1.12.4 -> 1.13.0" +[[audits.regex]] +who = "Oliver Hamlet " +criteria = "safe-to-deploy" +delta = "1.13.0 -> 1.13.1" + [[audits.regex-automata]] who = "Oliver Hamlet " criteria = "safe-to-deploy" @@ -33,6 +38,11 @@ who = "Oliver Hamlet " criteria = "safe-to-deploy" delta = "0.4.11 -> 0.4.13" +[[audits.regex-automata]] +who = "Oliver Hamlet " +criteria = "safe-to-deploy" +delta = "0.4.14 -> 0.4.16" + [[audits.regex-syntax]] who = "Oliver Hamlet " criteria = "safe-to-deploy" diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index 9c07236..6a24f35 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -1484,6 +1484,12 @@ criteria = "safe-to-deploy" delta = "1.5.3 -> 1.6.1" aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" +[[audits.mozilla.audits.regex-automata]] +who = "Benjamin VanderSloot " +criteria = "safe-to-deploy" +delta = "0.4.9 -> 0.4.14" +aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" + [[audits.mozilla.audits.syn]] who = "Jan-Erik Rediger " criteria = "safe-to-deploy"