diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 665fd3ef52..dd1bf40dea 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @erubboli @azarovh @ImplOfAnImpl @OBorce +* @erubboli @ImplOfAnImpl @anyxem 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"