upgrade some of the dependencies (#11467)

* bump parity-util-mem and related deps

* upgrade some of the dependencies

* deduplicate static_assertions
This commit is contained in:
Andronik Ordian
2020-02-07 17:23:45 +01:00
committed by GitHub
parent cb7df2053d
commit 654632264b
68 changed files with 314 additions and 493 deletions

View File

@@ -14,9 +14,9 @@ bytes = "0.4"
rand = "0.7"
tiny-keccak = "1.4"
slab = "0.2"
igd = "0.9"
igd = "0.10.0"
libc = "0.2.7"
parking_lot = "0.9"
parking_lot = "0.10.0"
ansi_term = "0.11"
rustc-hex = "1.0"
ethcore-io = { path = "../io", features = ["mio"] }