We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 828a5d6 commit 52d50c7Copy full SHA for 52d50c7
parity-util-mem/Cargo.toml
@@ -19,7 +19,7 @@ cfg-if = "1.0.0"
19
dlmalloc = { version = "0.2.1", features = ["global"], optional = true }
20
wee_alloc = { version = "0.4.5", optional = true }
21
lru = { version = "0.6", optional = true }
22
-hashbrown = { version = "0.9", optional = true }
+hashbrown = { version = "0.11", optional = true }
23
mimalloc = { version = "0.1.18", optional = true }
24
libmimalloc-sys = { version = "0.1.14", optional = true }
25
parity-util-mem-derive = { path = "derive", version = "0.1" }
0 commit comments