From cf69fa2b3798e92fd79db3a8ec8404d9b9e700d5 Mon Sep 17 00:00:00 2001 From: Enrico Rubboli Date: Wed, 1 Jul 2026 11:41:24 +0200 Subject: [PATCH 1/3] update CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 665fd3ef52..40ff836a86 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @erubboli @azarovh @ImplOfAnImpl @OBorce +* @erubboli @ImplOfAnImpl @OBorce @anyxem From d1088c6ee6e57f7cc6fc74705753c76700e87bfc Mon Sep 17 00:00:00 2001 From: Enrico Rubboli Date: Wed, 1 Jul 2026 11:44:40 +0200 Subject: [PATCH 2/3] update CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 40ff836a86..dd1bf40dea 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @erubboli @ImplOfAnImpl @OBorce @anyxem +* @erubboli @ImplOfAnImpl @anyxem From aeb4c3748c51158860eb32215d493be600bd7e15 Mon Sep 17 00:00:00 2001 From: Mykhailo Kremniov Date: Tue, 30 Jun 2026 11:05:32 +0300 Subject: [PATCH 3/3] Update anyhow (fix `cargo deny` error); run `cargo vet prune` --- Cargo.lock | 4 ++-- supply-chain/config.toml | 4 ---- supply-chain/imports.lock | 10 ++++++++-- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 101be123c1..743ef4f016 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -221,9 +221,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.101" +version = "1.0.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" +checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3" [[package]] name = "api-blockchain-scanner-daemon" diff --git a/supply-chain/config.toml b/supply-chain/config.toml index 1a3b110473..516f39acf5 100644 --- a/supply-chain/config.toml +++ b/supply-chain/config.toml @@ -476,10 +476,6 @@ criteria = "safe-to-deploy" version = "5.4.1" criteria = "safe-to-deploy" -[[exemptions.fallible-streaming-iterator]] -version = "0.1.9" -criteria = "safe-to-deploy" - [[exemptions.fast-srgb8]] version = "1.0.0" criteria = "safe-to-deploy" diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index 585390fc20..fd6cee9d13 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -65,8 +65,8 @@ user-login = "epage" user-name = "Ed Page" [[publisher.anyhow]] -version = "1.0.101" -when = "2026-02-05" +version = "1.0.103" +when = "2026-06-25" user-id = 3618 user-login = "dtolnay" user-name = "David Tolnay" @@ -4713,6 +4713,12 @@ criteria = "safe-to-run" delta = "1.4.1 -> 1.5.1" aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" +[[audits.mozilla.audits.fallible-streaming-iterator]] +who = "Jan-Erik Rediger " +criteria = "safe-to-deploy" +version = "0.1.9" +aggregated-from = "https://raw.githubusercontent.com/mozilla/glean/main/supply-chain/audits.toml" + [[audits.mozilla.audits.fnv]] who = "Bobby Holley " criteria = "safe-to-deploy"