From 1baed7f0bc47291e169424e4598bc8e11609f481 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jun 2023 21:00:10 +0000 Subject: [PATCH] chore(deps): bump hashbrown from 0.13.2 to 0.14.0 (#1748) Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.13.2 to 0.14.0. - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/hashbrown/compare/v0.13.2...v0.14.0) --- updated-dependencies: - dependency-name: hashbrown dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 13 ++----------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2aa6e3aee..36140bf8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2003,16 +2003,6 @@ dependencies = [ "ahash 0.7.6", ] -[[package]] -name = "hashbrown" -version = "0.13.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" -dependencies = [ - "ahash 0.8.3", - "serde", -] - [[package]] name = "hashbrown" version = "0.14.0" @@ -2021,6 +2011,7 @@ checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" dependencies = [ "ahash 0.8.3", "allocator-api2", + "serde", ] [[package]] @@ -2614,7 +2605,7 @@ dependencies = [ "filetime", "futures", "futures-util", - "hashbrown 0.13.2", + "hashbrown 0.14.0", "idlset", "kanidm_lib_crypto", "kanidm_proto", diff --git a/Cargo.toml b/Cargo.toml index 1c78031ff..b71f2719e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ futures-concurrency = "^3.1.0" futures-util = { version = "^0.3.21", features = ["sink"] } gloo = "^0.8.0" gloo-net = "0.2.6" -hashbrown = { version = "0.13.2", features = ["serde", "inline-more", "ahash"] } +hashbrown = { version = "0.14.0", features = ["serde", "inline-more", "ahash"] } hex = "^0.4.3" http-types = "^2.12.0" idlset = "^0.2.4"