From e4dc776ea400b27328ac56f4bc2c557c6b2248f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 23:10:12 +0000 Subject: [PATCH] build: bump arbitrary from 1.0.2 to 1.0.3 in /fuzz Bumps [arbitrary](https://github.com/rust-fuzz/arbitrary) from 1.0.2 to 1.0.3. - [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/compare/1.0.2...1.0.3) --- updated-dependencies: - dependency-name: arbitrary dependency-type: indirect update-type: version-update:semver-patch ... 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 a5597fbe5..84d8b1f52 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -33,9 +33,9 @@ dependencies = [ [[package]] name = "arbitrary" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "577b08a4acd7b99869f863c50011b01eb73424ccc798ecd996f2e24817adfca7" +checksum = "510c76ecefdceada737ea728f4f9a84bd2e1ef29f1ba555e560940fe279954de" [[package]] name = "arc-swap"