Bump tracing from 0.1.21 to 0.1.22 (#2001)

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

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]
2020-11-24 09:44:27 +01:00
committed by GitHub
parent bac1e6e45e
commit 748cbfd820
23 changed files with 37 additions and 31 deletions
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
futures = "0.3.8"
tracing = "0.1.21"
tracing = "0.1.22"
tracing-futures = "0.2.4"
polkadot-erasure-coding = { path = "../../erasure-coding" }
polkadot-node-primitives = { path = "../primitives" }
+1 -1
View File
@@ -10,7 +10,7 @@ futures-timer = "3.0.2"
kvdb = "0.7.0"
kvdb-rocksdb = "0.9.1"
thiserror = "1.0.22"
tracing = "0.1.21"
tracing = "0.1.22"
tracing-futures = "0.2.4"
parity-scale-codec = { version = "1.3.5", 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.17.4", default-features = false, features = ["alloc"] }
tracing = "0.1.21"
tracing = "0.1.22"
tracing-futures = "0.2.4"
thiserror = "1.0.22"
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
futures = "0.3.8"
tracing = "0.1.21"
tracing = "0.1.22"
tracing-futures = "0.2.4"
polkadot-primitives = { path = "../../../primitives" }
polkadot-node-subsystem = { path = "../../subsystem" }
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
futures = "0.3.8"
tracing = "0.1.21"
tracing = "0.1.22"
tracing-futures = "0.2.4"
thiserror = "1.0.22"
polkadot-primitives = { path = "../../../primitives" }
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
futures = "0.3.8"
tracing = "0.1.21"
tracing = "0.1.22"
tracing-futures = "0.2.4"
sp-core = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "master" }
+1 -1
View File
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
futures = "0.3.8"
tracing = "0.1.21"
tracing = "0.1.22"
tracing-futures = "0.2.4"
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" }
polkadot-primitives = { path = "../../../primitives" }
+1 -1
View File
@@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
futures = "0.3.8"
futures-timer = "3.0.2"
tracing = "0.1.21"
tracing = "0.1.22"
polkadot-node-subsystem = { path = "../../subsystem" }
polkadot-overseer = { path = "../../overseer" }
polkadot-primitives = { path = "../../../primitives" }
+1 -1
View File
@@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
bitvec = { version = "0.17.4", default-features = false, features = ["alloc"] }
futures = "0.3.8"
tracing = "0.1.21"
tracing = "0.1.22"
tracing-futures = "0.2.4"
thiserror = "1.0.22"
polkadot-primitives = { path = "../../../primitives" }
+1 -1
View File
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
futures = "0.3.8"
tracing = "0.1.21"
tracing = "0.1.22"
tracing-futures = "0.2.4"
sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
futures = "0.3.8"
tracing = "0.1.21"
tracing = "0.1.22"
tracing-futures = "0.2.4"
parity-scale-codec = { version = "1.3.5", features = ["std"] }
polkadot-primitives = { path = "../../../primitives" }
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
futures = "0.3.8"
tracing = "0.1.21"
tracing = "0.1.22"
tracing-futures = "0.2.4"
parity-scale-codec = { version = "1.3.5", default-features = false, features = ["derive"] }
polkadot-primitives = { path = "../../../primitives" }
+1 -1
View File
@@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
async-trait = "0.1.42"
futures = "0.3.8"
tracing = "0.1.21"
tracing = "0.1.22"
tracing-futures = "0.2.4"
polkadot-primitives = { path = "../../../primitives" }
parity-scale-codec = { version = "1.3.5", default-features = false, features = ["derive"] }
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
futures = "0.3.8"
tracing = "0.1.21"
tracing = "0.1.22"
tracing-futures = "0.2.4"
thiserror = "1.0.22"
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
futures = "0.3.8"
tracing = "0.1.21"
tracing = "0.1.22"
tracing-futures = "0.2.4"
polkadot-primitives = { path = "../../../primitives" }
polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" }
@@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
futures = "0.3.8"
tracing = "0.1.21"
tracing = "0.1.22"
tracing-futures = "0.2.4"
polkadot-primitives = { path = "../../../primitives" }
node-primitives = { package = "polkadot-node-primitives", path = "../../primitives" }
+1 -1
View File
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
futures = "0.3.8"
tracing = "0.1.21"
tracing = "0.1.22"
tracing-futures = "0.2.4"
futures-timer = "3.0.2"
streamunordered = "0.5.1"
+1 -1
View File
@@ -55,7 +55,7 @@ prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https:
futures = "0.3.8"
hex-literal = "0.3.1"
lazy_static = "1.4.0"
tracing = "0.1.21"
tracing = "0.1.22"
tracing-futures = "0.2.4"
parking_lot = "0.11.1"
serde = { version = "1.0.117", features = ["derive"] }
@@ -9,7 +9,7 @@ description = "Subsystem traits and message definitions"
async-trait = "0.1.42"
futures = "0.3.8"
futures-timer = "3.0.2"
tracing = "0.1.21"
tracing = "0.1.22"
tracing-futures = "0.2.4"
parity-scale-codec = { version = "1.3.5", default-features = false, features = ["derive"] }
parking_lot = "0.11.1"
+1 -1
View File
@@ -14,7 +14,7 @@ parking_lot = { version = "0.11.1", optional = true }
pin-project = "1.0.2"
streamunordered = "0.5.1"
thiserror = "1.0.22"
tracing = "0.1.21"
tracing = "0.1.22"
tracing-futures = "0.2.4"
polkadot-node-primitives = { path = "../primitives" }
+1 -1
View File
@@ -10,7 +10,7 @@ async-trait = "0.1.42"
derive_more = "0.99.11"
futures = "0.3.8"
futures-timer = "3.0.2"
tracing = "0.1.21"
tracing = "0.1.22"
tracing-futures = "0.2.4"
parity-scale-codec = { version = "1.3.5", default-features = false, features = ["derive"] }
parking_lot = { version = "0.11.1", optional = true }
+1 -1
View File
@@ -8,7 +8,7 @@ edition = "2018"
futures = "0.3.8"
futures01 = { package = "futures", version = "0.1.29" }
hex = "0.4.2"
tracing = "0.1.21"
tracing = "0.1.22"
tracing-futures = "0.2.4"
rand = "0.7.3"
tempfile = "3.1.0"