From 6d2be193ec1b0f0accb1858e05683ee62a7a5431 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 19:58:02 +1000 Subject: [PATCH] Bump hashbrown from 0.12.2 to 0.12.3 (#926) Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.12.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.12.2...v0.12.3) --- updated-dependencies: - dependency-name: hashbrown dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: James Hodgkinson --- Cargo.lock | 8 ++++---- kanidmd/idm/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8d5c31d22..8d23b5f7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1724,9 +1724,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.12.2" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "607c8a29735385251a339424dd462993c0fed8fa09d378f259377df08c126022" +checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" dependencies = [ "ahash", "serde", @@ -1932,7 +1932,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e" dependencies = [ "autocfg", - "hashbrown 0.12.2", + "hashbrown 0.12.3", ] [[package]] @@ -2012,7 +2012,7 @@ dependencies = [ "filetime", "futures", "futures-util", - "hashbrown 0.12.2", + "hashbrown 0.12.3", "idlset", "kanidm_proto", "lazy_static", diff --git a/kanidmd/idm/Cargo.toml b/kanidmd/idm/Cargo.toml index 9b6256057..3886706bb 100644 --- a/kanidmd/idm/Cargo.toml +++ b/kanidmd/idm/Cargo.toml @@ -27,7 +27,7 @@ fernet = { version = "^0.1.4", features = ["fernet_danger_timestamps"] } filetime = "^0.2.17" futures = "^0.3.21" futures-util = "^0.3.21" -hashbrown = { version = "0.12.2", features = ["serde", "inline-more", "ahash"] } +hashbrown = { version = "0.12.3", features = ["serde", "inline-more", "ahash"] } idlset = { version = "^0.2.4" } kanidm_proto = { path = "../../kanidm_proto" } lazy_static = "^1.4.0"