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
@@ -44,7 +44,7 @@ names = "0.11.0"
structopt = "0.3.8"
sc-tracing = { version = "2.0.0-dev", path = "../tracing" }
chrono = "0.4.10"
parity-util-mem = { version = "0.6.0", default-features = false, features = ["primitive-types"] }
parity-util-mem = { version = "0.6.1", default-features = false, features = ["primitive-types"] }
[target.'cfg(not(target_os = "unknown"))'.dependencies]
rpassword = "4.0.1"