node/core/pvf: strip some deps (#6016)

This commit is contained in:
Andronik
2022-09-15 14:25:03 +02:00
committed by GitHub
parent b0589a2af9
commit afc7dd3735
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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" }
+1 -1
View File
@@ -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)]