mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-09 23:28:00 +00:00
node/core/pvf: strip some deps (#6016)
This commit is contained in:
Generated
+1
-1
@@ -6589,7 +6589,7 @@ dependencies = [
|
||||
"parity-scale-codec",
|
||||
"pin-project",
|
||||
"polkadot-core-primitives",
|
||||
"polkadot-node-subsystem-util",
|
||||
"polkadot-node-metrics",
|
||||
"polkadot-parachain",
|
||||
"rand 0.8.5",
|
||||
"rayon",
|
||||
|
||||
@@ -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