update parity-util-mem (#5668)

This commit is contained in:
Nikolay Volf
2020-04-16 22:38:04 +03:00
committed by GitHub
parent d742e88e79
commit 36243068bd
12 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ kvdb-rocksdb = { version = "0.7", optional = true }
kvdb-memorydb = "0.5.0"
linked-hash-map = "0.5.2"
hash-db = "0.15.2"
parity-util-mem = { version = "0.6.0", default-features = false, features = ["std"] }
parity-util-mem = { version = "0.6.1", default-features = false, features = ["std"] }
codec = { package = "parity-scale-codec", version = "1.3.0", features = ["derive"] }
blake2-rfc = "0.2.18"