From 205794a745b0b766307ba9805f40e6c7813cb324 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 17:52:33 +0000 Subject: [PATCH] build(deps): Bump serde_json from 1.0.135 to 1.0.137 (#1207) --- Cargo.lock | 4 ++-- supply-chain/config.toml | 4 ---- supply-chain/imports.lock | 16 ++++++++-------- 3 files changed, 10 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 96e30a37..84821965 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -888,9 +888,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.135" +version = "1.0.137" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" +checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b" dependencies = [ "itoa", "memchr", diff --git a/supply-chain/config.toml b/supply-chain/config.toml index 10ff1741..281c5c3f 100644 --- a/supply-chain/config.toml +++ b/supply-chain/config.toml @@ -137,10 +137,6 @@ criteria = "safe-to-run" version = "0.1.0" criteria = "safe-to-run" -[[exemptions.once_cell]] -version = "1.14.0" -criteria = "safe-to-deploy" - [[exemptions.plotters]] version = "0.3.4" criteria = "safe-to-run" diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index 5790ff89..713336e7 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -121,8 +121,8 @@ user-login = "dtolnay" user-name = "David Tolnay" [[publisher.serde_json]] -version = "1.0.135" -when = "2025-01-07" +version = "1.0.137" +when = "2025-01-19" user-id = 3618 user-login = "dtolnay" user-name = "David Tolnay" @@ -428,6 +428,12 @@ criteria = "safe-to-run" version = "0.10.5" aggregated-from = "https://chromium.googlesource.com/chromiumos/third_party/rust_crates/+/refs/heads/main/cargo-vet/audits.toml?format=TEXT" +[[audits.google.audits.once_cell]] +who = "Ying Hsu " +criteria = "safe-to-run" +version = "1.19.0" +aggregated-from = "https://chromium.googlesource.com/chromiumos/third_party/rust_crates/+/refs/heads/main/cargo-vet/audits.toml?format=TEXT" + [[audits.google.audits.proc-macro2]] who = "danakj " criteria = "safe-to-deploy" @@ -607,12 +613,6 @@ version = "0.2.15" notes = "All code written or reviewed by Josh Stone." aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" -[[audits.mozilla.audits.once_cell]] -who = "Mike Hommey " -criteria = "safe-to-deploy" -delta = "1.16.0 -> 1.17.1" -aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" - [[audits.mozilla.audits.once_cell]] who = "Erich Gubler " criteria = "safe-to-deploy"