From d48b0b72428cd167015822127451712d510f6321 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 May 2022 08:44:00 -0400 Subject: [PATCH] chore(deps): bump hashbrown from 0.12.0 to 0.12.1 in /rust/bagua-core (#598) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- rust/bagua-core/Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/bagua-core/Cargo.lock b/rust/bagua-core/Cargo.lock index 37a8ac00d..b7fcad66e 100644 --- a/rust/bagua-core/Cargo.lock +++ b/rust/bagua-core/Cargo.lock @@ -280,7 +280,7 @@ dependencies = [ "display_utils", "dynamic-pool", "flume", - "hashbrown 0.12.0", + "hashbrown 0.12.1", "home", "itertools", "ndarray", @@ -1002,9 +1002,9 @@ checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" [[package]] name = "hashbrown" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c21d40587b92fa6a6c6e3c1bdbf87d75511db5672f9c93175574b3a00df1758" +checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3" dependencies = [ "ahash", ]