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"
+1 -2
View File
@@ -70,8 +70,7 @@ sp-block-builder = { version = "2.0.0-rc4", path = "../../primitives/block-build
sc-informant = { version = "0.8.0-rc2", path = "../informant" }
sc-telemetry = { version = "2.0.0-rc4", path = "../telemetry" }
sc-offchain = { version = "2.0.0-rc4", path = "../offchain" }
parity-multiaddr = { package = "parity-multiaddr", version = "0.7.3" }
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus" , version = "0.8.0-rc4"}
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.8.0-rc4"}
sc-tracing = { version = "2.0.0-rc4", path = "../tracing" }
tracing = "0.1.10"
parity-util-mem = { version = "0.7.0", default-features = false, features = ["primitive-types"] }