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
@@ -43,7 +43,7 @@ sp-state-machine = { version = "0.10.0-dev", path = "../../primitives/state-mach
sp-runtime = { version = "4.0.0-dev", path = "../../primitives/runtime" }
sp-maybe-compressed-blob = { version = "4.0.0-dev", path = "../../primitives/maybe-compressed-blob" }
sc-tracing = { version = "4.0.0-dev", path = "../tracing" }
tracing = "0.1.25"
tracing = "0.1.29"
tracing-subscriber = "0.2.19"
paste = "1.0"
regex = "1"
+1 -1
View File
@@ -23,7 +23,7 @@ lru = "0.6.6"
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.9.0", path = "../../utils/prometheus" }
sc-network = { version = "0.10.0-dev", path = "../network" }
sp-runtime = { version = "4.0.0-dev", path = "../../primitives/runtime" }
tracing = "0.1.25"
tracing = "0.1.29"
[dev-dependencies]
async-std = "1.10.0"
+1 -1
View File
@@ -73,7 +73,7 @@ sc-offchain = { version = "4.0.0-dev", path = "../offchain" }
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.9.0" }
sc-tracing = { version = "4.0.0-dev", path = "../tracing" }
sp-tracing = { version = "4.0.0-dev", path = "../../primitives/tracing" }
tracing = "0.1.25"
tracing = "0.1.29"
tracing-futures = { version = "0.2.4" }
parity-util-mem = { version = "0.10.0", default-features = false, features = [
"primitive-types",
+1 -1
View File
@@ -24,7 +24,7 @@ regex = "1.4.2"
rustc-hash = "1.1.0"
serde = "1.0.126"
thiserror = "1.0.21"
tracing = "0.1.25"
tracing = "0.1.29"
tracing-log = "0.1.2"
tracing-subscriber = "0.2.19"
sp-tracing = { version = "4.0.0-dev", path = "../../primitives/tracing" }