Skip to content

Commit f9cf1cd

Browse files
tvolk131notmandatory
authored andcommitted
chore(deps): bump hashbrown to v0.14.5 and disable default features
1 parent 3bc45b5 commit f9cf1cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ readme = "README.md"
1313
[dependencies]
1414
bitcoin = { version = "0.32", default-features = false }
1515
serde = { version = "1", optional = true, features = ["derive", "rc"] }
16-
hashbrown = { version = "0.9.1", optional = true }
16+
hashbrown = { version = "0.14.5", optional = true, default-features = false }
1717

1818
[features]
1919
default = ["std"]

0 commit comments

Comments
 (0)