From cf57956c0ff452d10f8b4dc2149e030887b5a359 Mon Sep 17 00:00:00 2001 From: James Hodgkinson <james@terminaloutcomes.com> Date: Tue, 22 Apr 2025 15:22:18 +1000 Subject: [PATCH] maint: updating hashbrown --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8867c5fa8..92b4ad857 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2335,7 +2335,6 @@ checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" dependencies = [ "ahash", "allocator-api2", - "serde", ] [[package]] @@ -2347,6 +2346,7 @@ dependencies = [ "allocator-api2", "equivalent", "foldhash", + "serde", ] [[package]] @@ -3177,7 +3177,7 @@ dependencies = [ "clap_complete", "dialoguer", "futures", - "hashbrown 0.14.5", + "hashbrown 0.15.2", "kanidm-hsm-crypto", "kanidm_build_profiles", "kanidm_client", @@ -3285,7 +3285,7 @@ dependencies = [ "dyn-clone", "fernet", "futures", - "hashbrown 0.14.5", + "hashbrown 0.15.2", "hex", "idlset", "image 0.24.9", @@ -4219,7 +4219,7 @@ dependencies = [ "clap", "crossbeam", "csv", - "hashbrown 0.14.5", + "hashbrown 0.15.2", "idlset", "kanidm_build_profiles", "kanidm_client", diff --git a/Cargo.toml b/Cargo.toml index 0b916e219..0dc1435d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -181,7 +181,7 @@ fs4 = "^0.13.0" futures = "^0.3.31" futures-util = { version = "^0.3.30", features = ["sink"] } gix = { version = "0.71.0", default-features = false } -hashbrown = { version = "0.14.3", features = ["serde", "inline-more", "ahash"] } +hashbrown = { version = "0.15.2", features = ["serde", "inline-more"] } hex = "^0.4.3" http = "1.2.0" http-body-util = "0.1"