Skip to content

Commit

Permalink
chore(deps): bump hashbrown to v0.14.5 and disable default features
Browse files Browse the repository at this point in the history
  • Loading branch information
tvolk131 authored and notmandatory committed Nov 19, 2024
1 parent 3bc45b5 commit f9cf1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
default = ["std"]
Expand Down

0 comments on commit f9cf1cd

Please sign in to comment.