diff --git a/Cargo.toml b/Cargo.toml index 27520dd..dfae3fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,7 +77,7 @@ tss-esapi = "^7.2.0" sketching = { path = "./src/sketching" } tracing-forest = "^0.1.6" rusqlite = "^0.32.0" -hashbrown = { version = "0.14.0", features = ["serde", "inline-more", "ahash"] } +hashbrown = { version = "0.15.1", features = ["serde", "inline-more"] } lru = "^0.12.3" kanidm_lib_crypto = { path = "./src/crypto", version = "0.7.0" } kanidm_utils_users = { path = "./src/users" }