remove gum dependency on jaeger (#2106)

Co-authored-by: Marcin S <marcin@realemail.net>
This commit is contained in:
jserrat
2023-11-01 11:58:46 -03:00
committed by GitHub
parent 00b85c51df
commit 2726d5af65
5 changed files with 18 additions and 28 deletions
@@ -8,9 +8,7 @@ license.workspace = true
[dependencies]
cpu-time = "1.0.0"
futures = "0.3.21"
gum = { package = "tracing-gum", path = "../../../gum" }
rayon = "1.5.1"
parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive"] }
@@ -18,9 +16,5 @@ polkadot-node-core-pvf-common = { path = "../common" }
polkadot-parachain-primitives = { path = "../../../../parachain" }
polkadot-primitives = { path = "../../../../primitives" }
sp-core = { path = "../../../../../substrate/primitives/core" }
sp-maybe-compressed-blob = { path = "../../../../../substrate/primitives/maybe-compressed-blob" }
sp-tracing = { path = "../../../../../substrate/primitives/tracing" }
[features]
builder = []