Skip to content

Commit 6eb4b88

Browse files
Update hashbrown requirement from 0.13.2 to 0.14.1 (#204)
Updates the requirements on [hashbrown](https://github.com/rust-lang/hashbrown) to permit the latest version. - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](rust-lang/hashbrown@v0.13.2...v0.14.1) --- updated-dependencies: - dependency-name: hashbrown dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d0b9166 commit 6eb4b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-support/reference-trie/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keccak-hasher = { path = "../keccak-hasher", version = "0.16.0" }
1313
trie-db = { path = "../../trie-db", default-features = false, version = "0.28.0" }
1414
trie-root = { path = "../../trie-root", default-features = false, version = "0.18.0" }
1515
parity-scale-codec = { version = "3.0.0", features = ["derive"] }
16-
hashbrown = { version = "0.13.2", default-features = false, features = ["ahash"] }
16+
hashbrown = { version = "0.14.1", default-features = false, features = ["ahash"] }
1717
paste = "1.0.12"
1818

1919
[dev-dependencies]

0 commit comments

Comments
 (0)