Skip to content

Commit

Permalink
chore(deps): bump hashbrown to v0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
tvolk131 committed Nov 15, 2024
1 parent b8c736c commit 5bcdb84
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.15", optional = true }

[features]
default = ["std"]
Expand Down

0 comments on commit 5bcdb84

Please sign in to comment.