Skip to content

Commit 23d924a

Browse files
Update hashbrown requirement from 0.9 to 0.11
Updates the requirements on [hashbrown](https://github.com/rust-lang/hashbrown) to permit the latest version. - [Release notes](https://github.com/rust-lang/hashbrown/releases) - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](rust-lang/hashbrown@v0.9.0...v0.11.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1e12efb commit 23d924a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

merkle/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ light-bitcoin-primitives = { path = "../primitives", default-features = false }
2323
light-bitcoin-serialization = { path = "../serialization", default-features = false, features = ["derive"] }
2424

2525
[dev-dependencies]
26-
hashbrown = "0.9"
26+
hashbrown = "0.11"
2727
hex = "0.4"
2828
rand = "0.8"
2929
light-bitcoin-crypto = { path = "../crypto" }

0 commit comments

Comments
 (0)