diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 50417f4a9..d3f13f652 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -13,7 +13,7 @@ readme = "README.md" [dependencies] bitcoin = { version = "0.32", default-features = false } serde = { version = "1", optional = true, features = ["derive", "rc"] } -hashbrown = { version = "0.9.1", optional = true } +hashbrown = { version = "0.14.5", optional = true, default-features = false, features = ["ahash", "inline-more"] } [features] default = ["std"]