]> Untitled Git - bdk/commitdiff
chore(deps): bump hashbrown to v0.14.5, disable default features
authorTommy Volk <tvolk131@gmail.com>
Fri, 15 Nov 2024 14:52:05 +0000 (08:52 -0600)
committerSteve Myers <steve@notmandatory.org>
Wed, 20 Nov 2024 01:33:50 +0000 (19:33 -0600)
crates/core/Cargo.toml

index 50417f4a9d1db8d3b18bc1b9ddad51d7f5e19f28..d3f13f652d14cc760e2bbaa4138286b3a10d21eb 100644 (file)
@@ -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"]