From a0e8a026f4b7d0d7c2a129cd701c1adecb839667 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 21:19:43 +0000 Subject: [PATCH] chore(deps): bump hashbrown from 0.14.0 to 0.14.1 (#2169) Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.14.0 to 0.14.1. - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/hashbrown/compare/v0.14.0...v0.14.1) --- 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> --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9fcc39ebf..f06d1a27e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1958,7 +1958,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "409268480841ad008e81c17ca5a293393fbf9f2b6c2f85b8ab9de1f0c5176a16" dependencies = [ "gix-hash", - "hashbrown 0.14.0", + "hashbrown 0.14.1", "parking_lot 0.12.1", ] @@ -2433,9 +2433,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.14.0" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" +checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12" dependencies = [ "ahash 0.8.3", "allocator-api2", @@ -2448,7 +2448,7 @@ version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "312f66718a2d7789ffef4f4b7b213138ed9f1eb3aa1d0d82fc99f88fb3ffd26f" dependencies = [ - "hashbrown 0.14.0", + "hashbrown 0.14.1", ] [[package]] @@ -2698,7 +2698,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" dependencies = [ "equivalent", - "hashbrown 0.14.0", + "hashbrown 0.14.1", "serde", ] @@ -2946,7 +2946,7 @@ dependencies = [ "clap_complete", "csv", "futures", - "hashbrown 0.14.0", + "hashbrown 0.14.1", "kanidm_build_profiles", "kanidm_client", "kanidm_lib_crypto", @@ -3043,7 +3043,7 @@ dependencies = [ "fernet", "filetime", "futures", - "hashbrown 0.14.0", + "hashbrown 0.14.1", "idlset", "kanidm_build_profiles", "kanidm_lib_crypto", @@ -3787,7 +3787,7 @@ dependencies = [ "csv", "dialoguer", "futures-util", - "hashbrown 0.14.0", + "hashbrown 0.14.1", "kanidm_build_profiles", "kanidm_client", "kanidm_proto", diff --git a/Cargo.toml b/Cargo.toml index 9fca4b4c4..452d9abcb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -123,7 +123,7 @@ futures-concurrency = "^3.1.0" futures-util = { version = "^0.3.21", features = ["sink"] } gix = { version = "0.53.1", default-features = false } gloo = "^0.8.1" -hashbrown = { version = "0.14.0", features = ["serde", "inline-more", "ahash"] } +hashbrown = { version = "0.14.1", features = ["serde", "inline-more", "ahash"] } hex = "^0.4.3" hyper = { version = "0.14.27", features = ["full"] } hyper-tls = "0.5.0"