Skip to content

Commit 52d50c7

Browse files
build(deps): update hashbrown requirement from 0.9 to 0.11 (#533)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 828a5d6 commit 52d50c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parity-util-mem/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cfg-if = "1.0.0"
1919
dlmalloc = { version = "0.2.1", features = ["global"], optional = true }
2020
wee_alloc = { version = "0.4.5", optional = true }
2121
lru = { version = "0.6", optional = true }
22-
hashbrown = { version = "0.9", optional = true }
22+
hashbrown = { version = "0.11", optional = true }
2323
mimalloc = { version = "0.1.18", optional = true }
2424
libmimalloc-sys = { version = "0.1.14", optional = true }
2525
parity-util-mem-derive = { path = "derive", version = "0.1" }

0 commit comments

Comments
 (0)