From b76e0b358fc32ac456c383283cf98d544a82546b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 May 2021 06:49:58 +0000 Subject: [PATCH] build: Bump arbitrary from 1.0.0 to 1.0.1 in /fuzz Bumps [arbitrary](https://github.com/rust-fuzz/arbitrary) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/rust-fuzz/arbitrary/releases) - [Changelog](https://github.com/rust-fuzz/arbitrary/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-fuzz/arbitrary/commits) Signed-off-by: dependabot[bot] --- fuzz/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fuzz/Cargo.lock b/fuzz/Cargo.lock index b4e6be931..cdec8f6fd 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -30,9 +30,9 @@ version = "0.1.0" [[package]] name = "arbitrary" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "698b65a961a9d730fb45b6b0327e20207810c9f61ee421b082b27ba003f49e2b" +checksum = "237430fd6ed3740afe94eefcc278ae21e050285be882804e0d6e8695f0c94691" [[package]] name = "arc-swap"