Bump tracing from 0.1.27 to 0.1.28 (#3937)

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

---
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-09-27 07:57:14 +02:00
committed by GitHub
parent 7c8804c049
commit 724a1b4885
28 changed files with 29 additions and 29 deletions
+2 -2
View File
@@ -10810,9 +10810,9 @@ checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"
[[package]]
name = "tracing"
version = "0.1.27"
version = "0.1.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2ba9ab62b7d6497a8638dfda5e5c4fb3b2d5a7fca4118f2b96151c8ef1a437e"
checksum = "84f96e095c0c82419687c20ddf5cb3eadb61f4e1405923c9dc8e53a1adacbda8"
dependencies = [
"cfg-if 1.0.0",
"pin-project-lite 0.2.4",
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
futures = "0.3.17"
tracing = "0.1.27"
tracing = "0.1.28"
polkadot-erasure-coding = { path = "../../erasure-coding" }
polkadot-node-primitives = { path = "../primitives" }
polkadot-node-subsystem = { path = "../subsystem" }
@@ -8,7 +8,7 @@ edition = "2018"
futures = "0.3.17"
futures-timer = "3.0.2"
parity-scale-codec = { version = "2.3.0", default-features = false, features = ["bit-vec", "derive"] }
tracing = "0.1.27"
tracing = "0.1.28"
bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] }
lru = "0.6"
merlin = "2.0"
+1 -1
View File
@@ -9,7 +9,7 @@ futures = "0.3.17"
futures-timer = "3.0.2"
kvdb = "0.10.0"
thiserror = "1.0.26"
tracing = "0.1.27"
tracing = "0.1.28"
bitvec = "0.20.1"
parity-scale-codec = { version = "2.3.0", features = ["derive"] }
+1 -1
View File
@@ -14,7 +14,7 @@ polkadot-node-subsystem-util = { path = "../../subsystem-util" }
erasure-coding = { package = "polkadot-erasure-coding", path = "../../../erasure-coding" }
statement-table = { package = "polkadot-statement-table", path = "../../../statement-table" }
bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] }
tracing = "0.1.27"
tracing = "0.1.28"
thiserror = "1.0.26"
[dev-dependencies]
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
futures = "0.3.17"
tracing = "0.1.27"
tracing = "0.1.28"
polkadot-primitives = { path = "../../../primitives" }
polkadot-node-subsystem = { path = "../../subsystem" }
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
@@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
async-trait = "0.1.51"
futures = "0.3.17"
tracing = "0.1.27"
tracing = "0.1.28"
sp-maybe-compressed-blob = { package = "sp-maybe-compressed-blob", git = "https://github.com/paritytech/substrate", branch = "master" }
parity-scale-codec = { version = "2.3.0", default-features = false, features = ["bit-vec", "derive"] }
+1 -1
View File
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
futures = "0.3.17"
tracing = "0.1.27"
tracing = "0.1.28"
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" }
polkadot-primitives = { path = "../../../primitives" }
polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" }
@@ -8,7 +8,7 @@ edition = "2018"
[dependencies]
futures = "0.3.17"
futures-timer = "3"
tracing = "0.1.27"
tracing = "0.1.28"
polkadot-primitives = { path = "../../../primitives" }
polkadot-node-primitives = { path = "../../primitives" }
polkadot-node-subsystem = { path = "../../subsystem" }
@@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] }
futures = "0.3.17"
tracing = "0.1.27"
tracing = "0.1.28"
parity-scale-codec = "2"
kvdb = "0.10.0"
derive_more = "0.99.14"
@@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
futures = "0.3.17"
thiserror = "1.0.26"
tracing = "0.1.27"
tracing = "0.1.28"
polkadot-node-primitives = { path = "../../primitives" }
polkadot-node-subsystem = { path = "../../subsystem" }
@@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
futures = "0.3.17"
futures-timer = "3.0.2"
tracing = "0.1.27"
tracing = "0.1.28"
thiserror = "1.0.26"
async-trait = "0.1.51"
polkadot-node-subsystem = { path = "../../subsystem" }
+1 -1
View File
@@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] }
futures = "0.3.17"
tracing = "0.1.27"
tracing = "0.1.28"
thiserror = "1.0.26"
polkadot-primitives = { path = "../../../primitives" }
polkadot-node-subsystem = { path = "../../subsystem" }
+1 -1
View File
@@ -17,7 +17,7 @@ futures = "0.3.17"
futures-timer = "3.0.2"
libc = "0.2.102"
slotmap = "1.0"
tracing = "0.1.27"
tracing = "0.1.28"
pin-project = "1.0.8"
rand = "0.8.3"
parity-scale-codec = { version = "2.3.0", default-features = false, features = ["derive"] }
+1 -1
View File
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
futures = "0.3.17"
tracing = "0.1.27"
tracing = "0.1.28"
memory-lru = "0.1.0"
parity-util-mem = { version = "0.10.0", default-features = false }
@@ -12,7 +12,7 @@ polkadot-node-subsystem-util = { path = "../../subsystem-util" }
polkadot-primitives = { path = "../../../primitives" }
futures = "0.3.17"
tracing = "0.1.27"
tracing = "0.1.28"
[dev-dependencies]
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] }
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
futures = "0.3.17"
tracing = "0.1.27"
tracing = "0.1.28"
parity-scale-codec = { version = "2.3.0", features = ["std"] }
polkadot-primitives = { path = "../../../primitives" }
polkadot-erasure-coding = { path = "../../../erasure-coding" }
@@ -9,7 +9,7 @@ futures = "0.3.17"
lru = "0.6.6"
rand = "0.8.3"
thiserror = "1.0.26"
tracing = "0.1.27"
tracing = "0.1.28"
polkadot-erasure-coding = { path = "../../../erasure-coding" }
polkadot-primitives = { path = "../../../primitives" }
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
futures = "0.3.17"
tracing = "0.1.27"
tracing = "0.1.28"
polkadot-primitives = { path = "../../../primitives" }
polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" }
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
+1 -1
View File
@@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
async-trait = "0.1.51"
futures = "0.3.17"
tracing = "0.1.27"
tracing = "0.1.28"
polkadot-primitives = { path = "../../../primitives" }
parity-scale-codec = { version = "2.3.0", default-features = false, features = ["derive"] }
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
@@ -10,7 +10,7 @@ derive_more = "0.99.14"
futures = "0.3.17"
futures-timer = "3"
thiserror = "1.0.26"
tracing = "0.1.27"
tracing = "0.1.28"
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" }
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
futures = "0.3.17"
tracing = "0.1.27"
tracing = "0.1.28"
derive_more = "0.99.14"
parity-scale-codec = { version = "2.3.0", features = ["std"] }
polkadot-primitives = { path = "../../../primitives" }
@@ -17,7 +17,7 @@ polkadot-primitives = { path = "../../../primitives" }
futures = "0.3.17"
rand = { version = "0.8.3", default-features = false }
rand_chacha = { version = "0.3.1", default-features = false }
tracing = "0.1.27"
tracing = "0.1.28"
[dev-dependencies]
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" }
@@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
futures = "0.3.17"
tracing = "0.1.27"
tracing = "0.1.28"
polkadot-primitives = { path = "../../../primitives" }
sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
+1 -1
View File
@@ -17,7 +17,7 @@ polkadot-node-metrics = { path = "../metrics" }
polkadot-primitives = { path = "../../primitives" }
polkadot-overseer-gen = { path = "./overseer-gen" }
polkadot-overseer-all-subsystems-gen = { path = "./all-subsystems-gen" }
tracing = "0.1.27"
tracing = "0.1.28"
lru = "0.6"
parity-util-mem = { version = ">= 0.10.1", default-features = false }
+1 -1
View File
@@ -62,7 +62,7 @@ prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https:
# External Crates
futures = "0.3.17"
hex-literal = "0.3.3"
tracing = "0.1.27"
tracing = "0.1.28"
serde = { version = "1.0.130", features = ["derive"] }
thiserror = "1.0.26"
kvdb = "0.10.0"
+1 -1
View File
@@ -13,7 +13,7 @@ parity-scale-codec = { version = "2.3.0", default-features = false, features = [
pin-project = "1.0.8"
rand = "0.8.3"
thiserror = "1.0.26"
tracing = "0.1.27"
tracing = "0.1.28"
derive_more = "0.99.11"
lru = "0.6.6"
+1 -1
View File
@@ -8,7 +8,7 @@ edition = "2018"
futures = "0.3.17"
futures01 = { package = "futures", version = "0.1.29" }
hex = "0.4.3"
tracing = "0.1.27"
tracing = "0.1.28"
rand = "0.8.3"
tempfile = "3.2.0"
tokio = "1.12.0"