Skip to content

Commit 5bcdb84

Browse files
committed
chore(deps): bump hashbrown to v0.15
1 parent b8c736c commit 5bcdb84

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.15", optional = true }
1717

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

0 commit comments

Comments
 (0)