From 45539c5a735647802746dc876077940462b9db85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 13:04:01 +0000 Subject: [PATCH] Bump hashbrown from 0.11.2 to 0.12.0 Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.11.2 to 0.12.0. - [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.11.2...v0.12.0) --- updated-dependencies: - dependency-name: hashbrown dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 00d20830..311305c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -390,7 +390,7 @@ dependencies = [ "futures", "fxhash", "goblin", - "hashbrown 0.11.2", + "hashbrown 0.12.0", "lazy_static", "log", "num_cpus", @@ -689,9 +689,9 @@ checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" [[package]] name = "hashbrown" -version = "0.11.2" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" +checksum = "8c21d40587b92fa6a6c6e3c1bdbf87d75511db5672f9c93175574b3a00df1758" dependencies = [ "ahash", "serde", diff --git a/Cargo.toml b/Cargo.toml index 1462122b..b42a054f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ dirs = "3.0" failure = "0.1" futures = "0.3" goblin = "0.4.2" # Keep in sync with symbolic-debuginfo -hashbrown = { version = "0.11", features = ["serde"] } +hashbrown = { version = "0.12", features = ["serde"] } lazy_static = "1.4" log = "0.4" num_cpus = "1.13"