From c140fd6220ea1217cedb579073bfb5370965373e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 23:38:10 +0000 Subject: [PATCH] build: bump hashbrown from 0.12.1 to 0.12.2 in /fuzz Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.12.1 to 0.12.2. - [Release notes](https://github.com/rust-lang/hashbrown/releases) - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/hashbrown/compare/v0.12.1...v0.12.2) --- updated-dependencies: - dependency-name: hashbrown 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 b717878e7..ee299a5f0 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -265,9 +265,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.12.1" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3" +checksum = "607c8a29735385251a339424dd462993c0fed8fa09d378f259377df08c126022" [[package]] name = "hermit-abi"