From b6a695949eb8108fa3cd0fec24cf9aa55425397f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 21:39:02 +0000 Subject: [PATCH] build(deps): Bump serde from 1.0.188 to 1.0.189 (#798) --- Cargo.lock | 8 ++++---- supply-chain/config.toml | 4 ---- supply-chain/imports.lock | 14 ++++++++++---- 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eb955b05f..ab7239b37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1102,18 +1102,18 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" [[package]] name = "serde" -version = "1.0.188" +version = "1.0.189" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e" +checksum = "8e422a44e74ad4001bdc8eede9a4570ab52f71190e9c076d14369f38b9200537" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.188" +version = "1.0.189" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2" +checksum = "1e48d1f918009ce3145511378cf68d613e3b3d9137d67272562080d68a2b32d5" dependencies = [ "proc-macro2", "quote", diff --git a/supply-chain/config.toml b/supply-chain/config.toml index 7e45cf644..4f402cb03 100644 --- a/supply-chain/config.toml +++ b/supply-chain/config.toml @@ -211,10 +211,6 @@ version = "0.17.2" criteria = "safe-to-deploy" notes = "ring is only used in prio2 and eliminated from the main branch. We accept the risk of updating ring without an audit." -[[exemptions.sharded-slab]] -version = "0.1.4" -criteria = "safe-to-run" - [[exemptions.spin]] version = "0.9.8" criteria = "safe-to-deploy" diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index 6489812f1..42421bc2c 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -86,15 +86,15 @@ user-login = "Amanieu" user-name = "Amanieu d'Antras" [[publisher.serde]] -version = "1.0.188" -when = "2023-08-26" +version = "1.0.189" +when = "2023-10-13" user-id = 3618 user-login = "dtolnay" user-name = "David Tolnay" [[publisher.serde_derive]] -version = "1.0.188" -when = "2023-08-26" +version = "1.0.189" +when = "2023-10-13" user-id = 3618 user-login = "dtolnay" user-name = "David Tolnay" @@ -371,6 +371,12 @@ criteria = "safe-to-deploy" version = "0.37.13" notes = "The Bytecode Alliance is the author of this crate." +[[audits.bytecode-alliance.audits.sharded-slab]] +who = "Pat Hickey " +criteria = "safe-to-deploy" +version = "0.1.4" +notes = "I always really enjoy reading eliza's code, she left perfect comments at every use of unsafe." + [[audits.divviup.audits.aes]] who = "Brandon Pitman " criteria = "safe-to-deploy"