Bump tracing from 0.1.25 to 0.1.29 (#9956)

Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.25 to 0.1.29.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.25...tracing-0.1.29)

---
updated-dependencies:
- dependency-name: tracing
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-10-07 17:18:13 +02:00
committed by GitHub
parent 48a524c565
commit cec88b7144
9 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ sp-tracing = { version = "4.0.0-dev", default-features = false, path = "../traci
log = { version = "0.4.8", optional = true }
futures = { version = "0.3.1", features = ["thread-pool"], optional = true }
parking_lot = { version = "0.11.1", optional = true }
tracing = { version = "0.1.25", default-features = false }
tracing = { version = "0.1.29", default-features = false }
tracing-core = { version = "0.1.17", default-features = false}
[features]
@@ -20,5 +20,5 @@ sp-runtime-interface-test-wasm-deprecated = { version = "2.0.0", path = "../test
sp-state-machine = { version = "0.10.0-dev", path = "../../state-machine" }
sp-runtime = { version = "4.0.0-dev", path = "../../runtime" }
sp-io = { version = "4.0.0-dev", path = "../../io" }
tracing = "0.1.25"
tracing = "0.1.29"
tracing-core = "0.1.17"
@@ -29,7 +29,7 @@ rand = { version = "0.7.2", optional = true }
sp-externalities = { version = "0.10.0-dev", path = "../externalities", default-features = false }
smallvec = "1.7.0"
sp-std = { version = "4.0.0-dev", default-features = false, path = "../std" }
tracing = { version = "0.1.22", optional = true }
tracing = { version = "0.1.29", optional = true }
[dev-dependencies]
hex-literal = "0.3.1"
+1 -1
View File
@@ -22,7 +22,7 @@ sp-std = { version = "4.0.0-dev", path = "../std", default-features = false }
codec = { version = "2.0.0", package = "parity-scale-codec", default-features = false, features = [
"derive",
] }
tracing = { version = "0.1.25", default-features = false }
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 = [