From 74ccc6ed6a4f1b6e10203d74ffd5977da46fc665 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 17:17:15 +0000 Subject: [PATCH] Bump hashbrown from 0.11.2 to 0.12.3 Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.11.2 to 0.12.3. - [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.3) --- updated-dependencies: - dependency-name: hashbrown dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 +++++++++--- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7fbac930d755..0b9fc5692d20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -97,6 +97,12 @@ name = "hashbrown" version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" + +[[package]] +name = "hashbrown" +version = "0.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" dependencies = [ "ahash", "rayon", @@ -118,7 +124,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6012d540c5baa3589337a98ce73408de9b5a25ec9fc2c6fd6be8f0d39e0ca5a" dependencies = [ "autocfg", - "hashbrown", + "hashbrown 0.11.2", ] [[package]] @@ -303,7 +309,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e6302e85060011447471887705bb7838f14aba43fcb06957d823739a496b3dc" dependencies = [ "cfg-if", - "hashbrown", + "hashbrown 0.12.3", "indoc", "libc", "num-complex", @@ -362,7 +368,7 @@ name = "qiskit-terra" version = "0.20.0" dependencies = [ "ahash", - "hashbrown", + "hashbrown 0.12.3", "indexmap", "ndarray", "num-complex", diff --git a/Cargo.toml b/Cargo.toml index 4f9ff33a8d49..693d241c06ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ version = "^0.15.0" features = ["rayon"] [dependencies.hashbrown] -version = "0.11.2" +version = "0.12.3" features = ["rayon"] [profile.release]