Bump tracing from 0.1.25 to 0.1.26 (#3120)

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

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-05-27 09:51:35 +02:00
committed by GitHub
parent 418086bc42
commit 5316cbbc66
27 changed files with 32 additions and 32 deletions
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
futures = "0.3.12"
tracing = "0.1.25"
tracing = "0.1.26"
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.8"
futures-timer = "3.0.2"
parity-scale-codec = { version = "2.0.0", default-features = false, features = ["bit-vec", "derive"] }
tracing = "0.1.25"
tracing = "0.1.26"
bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] }
merlin = "2.0"
schnorrkel = "0.9.1"
+1 -1
View File
@@ -9,7 +9,7 @@ futures = "0.3.12"
futures-timer = "3.0.2"
kvdb = "0.9.0"
thiserror = "1.0.23"
tracing = "0.1.25"
tracing = "0.1.26"
bitvec = "0.20.1"
parity-scale-codec = { version = "2.0.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.25"
tracing = "0.1.26"
thiserror = "1.0.23"
[dev-dependencies]
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
futures = "0.3.12"
tracing = "0.1.25"
tracing = "0.1.26"
polkadot-primitives = { path = "../../../primitives" }
polkadot-node-subsystem = { path = "../../subsystem" }
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
futures = "0.3.12"
tracing = "0.1.25"
tracing = "0.1.26"
thiserror = "1.0.23"
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
@@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
async-trait = "0.1.42"
futures = "0.3.12"
tracing = "0.1.25"
tracing = "0.1.26"
sp-maybe-compressed-blob = { package = "sp-maybe-compressed-blob", git = "https://github.com/paritytech/substrate", branch = "master" }
parity-scale-codec = { version = "2.0.0", default-features = false, features = ["bit-vec", "derive"] }
+1 -1
View File
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
futures = "0.3.12"
tracing = "0.1.25"
tracing = "0.1.26"
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" }
polkadot-primitives = { path = "../../../primitives" }
polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" }
@@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
futures = "0.3.12"
futures-timer = "3.0.2"
tracing = "0.1.25"
tracing = "0.1.26"
thiserror = "1.0.23"
async-trait = "0.1.47"
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.12"
tracing = "0.1.25"
tracing = "0.1.26"
thiserror = "1.0.23"
polkadot-primitives = { path = "../../../primitives" }
polkadot-node-subsystem = { path = "../../subsystem" }
+1 -1
View File
@@ -17,7 +17,7 @@ futures = "0.3.12"
futures-timer = "3.0.2"
libc = "0.2.81"
slotmap = "1.0"
tracing = "0.1.22"
tracing = "0.1.26"
pin-project = "1.0.4"
rand = "0.8.3"
parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] }
+1 -1
View File
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
futures = "0.3.12"
tracing = "0.1.25"
tracing = "0.1.26"
memory-lru = "0.1.0"
parity-util-mem = { version = "0.9.0", default-features = false }
@@ -12,7 +12,7 @@ polkadot-node-subsystem-util = { path = "../../subsystem-util" }
polkadot-primitives = { path = "../../../primitives" }
futures = "0.3.8"
tracing = "0.1.25"
tracing = "0.1.26"
[dev-dependencies]
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] }
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
futures = "0.3.12"
tracing = "0.1.25"
tracing = "0.1.26"
parity-scale-codec = { version = "2.0.0", features = ["std"] }
polkadot-primitives = { path = "../../../primitives" }
polkadot-erasure-coding = { path = "../../../erasure-coding" }
@@ -9,7 +9,7 @@ futures = "0.3.12"
lru = "0.6.1"
rand = "0.8.3"
thiserror = "1.0.21"
tracing = "0.1.25"
tracing = "0.1.26"
polkadot-erasure-coding = { path = "../../../erasure-coding" }
polkadot-primitives = { path = "../../../primitives" }
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
futures = "0.3.12"
tracing = "0.1.25"
tracing = "0.1.26"
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.42"
futures = "0.3.12"
tracing = "0.1.25"
tracing = "0.1.26"
polkadot-primitives = { path = "../../../primitives" }
parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] }
sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" }
@@ -9,7 +9,7 @@ always-assert = "0.1.2"
futures = "0.3.12"
futures-timer = "3"
thiserror = "1.0.23"
tracing = "0.1.25"
tracing = "0.1.26"
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" }
@@ -14,7 +14,7 @@ polkadot-node-subsystem-util = { path = "../../subsystem-util" }
polkadot-primitives = { path = "../../../primitives" }
futures = "0.3.8"
tracing = "0.1.25"
tracing = "0.1.26"
[dev-dependencies]
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] }
@@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
futures = "0.3.12"
tracing = "0.1.25"
tracing = "0.1.26"
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
@@ -15,7 +15,7 @@ polkadot-node-subsystem-util = { path = "../subsystem-util" }
polkadot-procmacro-overseer-subsystems-gen = { path = "./subsystems-gen" }
polkadot-primitives = { path = "../../primitives" }
polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../subsystem" }
tracing = "0.1.25"
tracing = "0.1.26"
[dev-dependencies]
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
+1 -1
View File
@@ -63,7 +63,7 @@ prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https:
# External Crates
futures = "0.3.12"
hex-literal = "0.3.1"
tracing = "0.1.25"
tracing = "0.1.26"
serde = { version = "1.0.123", features = ["derive"] }
thiserror = "1.0.23"
kvdb = "0.9.0"
@@ -9,7 +9,7 @@ description = "Subsystem traits and message definitions"
async-trait = "0.1.42"
futures = "0.3.12"
futures-timer = "3.0.2"
tracing = "0.1.25"
tracing = "0.1.26"
parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] }
parking_lot = "0.11.1"
pin-project = "1.0.4"
+1 -1
View File
@@ -15,7 +15,7 @@ pin-project = "1.0.4"
rand = "0.8.3"
streamunordered = "0.5.1"
thiserror = "1.0.23"
tracing = "0.1.25"
tracing = "0.1.26"
lru = "0.6.5"
polkadot-node-primitives = { path = "../primitives" }
+1 -1
View File
@@ -13,7 +13,7 @@ futures = "0.3.12"
futures-timer = "3.0.2"
mick-jaeger = "0.1.2"
lazy_static = "1.4"
tracing = "0.1.25"
tracing = "0.1.26"
parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] }
parking_lot = "0.11.1"
pin-project = "1.0.4"
+1 -1
View File
@@ -8,7 +8,7 @@ edition = "2018"
futures = "0.3.12"
futures01 = { package = "futures", version = "0.1.29" }
hex = "0.4.2"
tracing = "0.1.25"
tracing = "0.1.26"
rand = "0.8.3"
tempfile = "3.2.0"