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"