Deduplicate some dependencies (#6628)

This commit is contained in:
Pierre Krieger
2020-07-10 11:28:10 +02:00
committed by GitHub
parent 8097449462
commit 150ef0a40a
3 changed files with 12 additions and 63 deletions
+2 -2
View File
@@ -29,7 +29,7 @@ fnv = "1.0.6"
fork-tree = { version = "2.0.0-rc4", path = "../../utils/fork-tree" }
futures = "0.3.4"
futures-timer = "3.0.1"
futures_codec = "0.3.3"
futures_codec = "0.4.0"
hex = "0.4.0"
ip_network = "0.3.4"
linked-hash-map = "0.5.2"
@@ -57,7 +57,7 @@ sp-core = { version = "2.0.0-rc4", path = "../../primitives/core" }
sp-runtime = { version = "2.0.0-rc4", path = "../../primitives/runtime" }
sp-utils = { version = "2.0.0-rc4", path = "../../primitives/utils" }
thiserror = "1"
unsigned-varint = { version = "0.3.1", features = ["futures", "futures-codec"] }
unsigned-varint = { version = "0.4.0", features = ["futures", "futures-codec"] }
void = "1.0.2"
wasm-timer = "0.2"
zeroize = "1.0.0"