mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-22 11:25:42 +00:00
Deduplicate some dependencies (#6628)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user