mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 12:11:09 +00:00
node/core/pvf: strip some deps (#6016)
This commit is contained in:
@@ -24,7 +24,7 @@ rayon = "1.5.1"
|
||||
parity-scale-codec = { version = "3.1.5", default-features = false, features = ["derive"] }
|
||||
polkadot-parachain = { path = "../../../parachain" }
|
||||
polkadot-core-primitives = { path = "../../../core-primitives" }
|
||||
polkadot-node-subsystem-util = { path = "../../subsystem-util"}
|
||||
polkadot-node-metrics = { path = "../../metrics"}
|
||||
sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-executor-wasmtime = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-executor-common = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
//! Prometheus metrics related to the validation host.
|
||||
|
||||
use polkadot_node_subsystem_util::metrics::{self, prometheus};
|
||||
use polkadot_node_metrics::metrics::{self, prometheus};
|
||||
|
||||
/// Validation host metrics.
|
||||
#[derive(Default, Clone)]
|
||||
|
||||
Reference in New Issue
Block a user