From: Tommy Volk Date: Fri, 15 Nov 2024 14:52:05 +0000 (-0600) Subject: chore(deps): bump hashbrown to v0.14.5, disable default features X-Git-Tag: v1.0.0-beta.6~13^2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.EncoderStringWriter.html?a=commitdiff_plain;h=52fa5404bdecc96939f47f7567e2605f449b4b2a;p=bdk chore(deps): bump hashbrown to v0.14.5, disable default features --- diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 50417f4a..d3f13f65 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"]