Remove unused deps from sp-tracing (#9979)

This commit is contained in:
Bastian Köcher
2021-10-08 23:54:46 +02:00
committed by GitHub
parent 12f958faa8
commit 5973e316b0
2 changed files with 0 additions and 60 deletions
-12
View File
@@ -24,15 +24,9 @@ codec = { version = "2.0.0", package = "parity-scale-codec", default-features =
] }
tracing = { version = "0.1.29", default-features = false }
tracing-core = { version = "0.1.17", default-features = false }
log = { version = "0.4.8", optional = true }
tracing-subscriber = { version = "0.2.19", optional = true, features = [
"tracing-log",
] }
parking_lot = { version = "0.10.0", optional = true }
erased-serde = { version = "0.3.9", optional = true }
serde = { version = "1.0.126", optional = true }
serde_json = { version = "1.0.68", optional = true }
slog = { version = "2.5.2", features = ["nested-values"], optional = true }
[features]
default = ["std"]
@@ -43,11 +37,5 @@ std = [
"tracing-core/std",
"codec/std",
"sp-std/std",
"log",
"tracing-subscriber",
"parking_lot",
"erased-serde",
"serde",
"serde_json",
"slog",
]