From 5a4adde837dd15141b435775a4532bfbfe7f4963 Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Tue, 18 Oct 2022 15:25:49 -0700 Subject: [PATCH] Update bumpalo to 3.11.1 (#5070) --- Cargo.lock | 4 ++-- supply-chain/audits.toml | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c399958b47..5aab66c852 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -225,9 +225,9 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.9.1" +version = "3.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899" +checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba" [[package]] name = "byteorder" diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml index e9ffbc1ace..0dc305249f 100644 --- a/supply-chain/audits.toml +++ b/supply-chain/audits.toml @@ -49,6 +49,12 @@ criteria = "safe-to-deploy" version = "3.9.1" notes = "I am the author of this crate." +[[audits.bumpalo]] +who = "Nick Fitzgerald " +criteria = "safe-to-deploy" +version = "3.11.1" +notes = "I am the author of this crate." + [[audits.cap-fs-ext]] who = "Dan Gohman " criteria = "safe-to-deploy"