mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 07:01:05 +00:00
*/Cargo.toml: Remove unused dependencies (#7590)
* */Cargo.toml: Remove unused dependencies Using cargo-udeps to detect unused dependencies. * client/network/Cargo: Revert dependency removal * Cargo.lock: Update
This commit is contained in:
@@ -23,9 +23,7 @@ fnv = "1.0.6"
|
||||
futures = "0.3.1"
|
||||
hash-db = { version = "0.15.2", default-features = false }
|
||||
sp-blockchain = { version = "2.0.0", path = "../../primitives/blockchain" }
|
||||
hex-literal = "0.3.1"
|
||||
sp-inherents = { version = "2.0.0", default-features = false, path = "../../primitives/inherents" }
|
||||
sp-keyring = { version = "2.0.0", path = "../../primitives/keyring" }
|
||||
kvdb = "0.7.0"
|
||||
log = "0.4.8"
|
||||
parking_lot = "0.10.0"
|
||||
@@ -39,7 +37,6 @@ sp-api = { version = "2.0.0", path = "../../primitives/api" }
|
||||
sp-utils = { version = "2.0.0", path = "../../primitives/utils" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
sp-state-machine = { version = "0.8.0", path = "../../primitives/state-machine" }
|
||||
sc-telemetry = { version = "2.0.0", path = "../telemetry" }
|
||||
sp-trie = { version = "2.0.0", path = "../../primitives/trie" }
|
||||
sp-storage = { version = "2.0.0", path = "../../primitives/storage" }
|
||||
sp-transaction-pool = { version = "2.0.0", path = "../../primitives/transaction-pool" }
|
||||
|
||||
@@ -18,7 +18,6 @@ prost-build = "0.6.1"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1"
|
||||
bytes = "0.5.0"
|
||||
codec = { package = "parity-scale-codec", default-features = false, version = "1.3.4" }
|
||||
derive_more = "0.99.2"
|
||||
either = "1.5.3"
|
||||
@@ -30,7 +29,6 @@ prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../..
|
||||
prost = "0.6.1"
|
||||
rand = "0.7.2"
|
||||
sc-client-api = { version = "2.0.0", path = "../api" }
|
||||
sc-keystore = { version = "2.0.0", path = "../keystore" }
|
||||
sc-network = { version = "0.8.0", path = "../network" }
|
||||
serde_json = "1.0.41"
|
||||
sp-authority-discovery = { version = "2.0.0", path = "../../primitives/authority-discovery" }
|
||||
|
||||
Reference in New Issue
Block a user