Bump tracing from 0.1.29 to 0.1.30 (#4897)

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

---
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]
2022-02-11 23:17:19 +01:00
committed by GitHub
parent 167df32561
commit f00f24e656
32 changed files with 45 additions and 38 deletions
+13 -6
View File
@@ -11005,9 +11005,9 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
[[package]]
name = "tracing"
version = "0.1.29"
version = "0.1.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
checksum = "2d8d93354fe2a8e50d5953f5ae2e47a3fc2ef03292e7ea46e3cc38f549525fb9"
dependencies = [
"cfg-if 1.0.0",
"log",
@@ -11018,9 +11018,9 @@ dependencies = [
[[package]]
name = "tracing-attributes"
version = "0.1.18"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4f480b8f81512e825f337ad51e94c1eb5d3bbdf2b363dcd01e2b19a9ffe3f8e"
checksum = "8276d9a4a3a558d7b7ad5303ad50b53d58264641b82914b7ada36bd762e7a716"
dependencies = [
"proc-macro2",
"quote",
@@ -11029,11 +11029,12 @@ dependencies = [
[[package]]
name = "tracing-core"
version = "0.1.21"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"
checksum = "03cfcb51380632a72d3111cb8d3447a8d908e577d31beeac006f836383d29a23"
dependencies = [
"lazy_static",
"valuable",
]
[[package]]
@@ -11371,6 +11372,12 @@ version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
[[package]]
name = "value-bag"
version = "1.0.0-alpha.8"
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
futures = "0.3.21"
tracing = "0.1.29"
tracing = "0.1.30"
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.21"
futures-timer = "3.0.2"
parity-scale-codec = { version = "2.3.1", default-features = false, features = ["bit-vec", "derive"] }
tracing = "0.1.29"
tracing = "0.1.30"
bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] }
lru = "0.7"
merlin = "2.0"
+1 -1
View File
@@ -9,7 +9,7 @@ futures = "0.3.21"
futures-timer = "3.0.2"
kvdb = "0.10.0"
thiserror = "1.0.30"
tracing = "0.1.29"
tracing = "0.1.30"
bitvec = "0.20.1"
parity-scale-codec = { version = "2.3.1", 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.29"
tracing = "0.1.30"
thiserror = "1.0.30"
[dev-dependencies]
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
futures = "0.3.21"
tracing = "0.1.29"
tracing = "0.1.30"
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.52"
futures = "0.3.21"
tracing = "0.1.29"
tracing = "0.1.30"
sp-maybe-compressed-blob = { package = "sp-maybe-compressed-blob", git = "https://github.com/paritytech/substrate", branch = "master" }
parity-scale-codec = { version = "2.3.1", default-features = false, features = ["bit-vec", "derive"] }
+1 -1
View File
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
futures = "0.3.21"
tracing = "0.1.29"
tracing = "0.1.30"
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.21"
futures-timer = "3"
tracing = "0.1.29"
tracing = "0.1.30"
polkadot-primitives = { path = "../../../primitives" }
polkadot-node-primitives = { path = "../../primitives" }
polkadot-node-subsystem = { path = "../../subsystem" }
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
futures = "0.3.21"
tracing = "0.1.29"
tracing = "0.1.30"
parity-scale-codec = "2"
kvdb = "0.10.0"
thiserror = "1.0.30"
@@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
futures = "0.3.21"
futures-timer = "3.0.2"
tracing = "0.1.29"
tracing = "0.1.30"
thiserror = "1.0.30"
async-trait = "0.1.52"
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.21"
tracing = "0.1.29"
tracing = "0.1.30"
thiserror = "1.0.30"
polkadot-primitives = { path = "../../../primitives" }
polkadot-node-primitives = { path = "../../primitives" }
+1 -1
View File
@@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
futures = "0.3.21"
thiserror = "1.0.30"
tracing = "0.1.29"
tracing = "0.1.30"
polkadot-node-primitives = { path = "../../primitives" }
polkadot-node-subsystem = { path = "../../subsystem" }
+1 -1
View File
@@ -16,7 +16,7 @@ assert_matches = "1.4.0"
futures = "0.3.21"
futures-timer = "3.0.2"
slotmap = "1.0"
tracing = "0.1.29"
tracing = "0.1.30"
pin-project = "1.0.9"
rand = "0.8.3"
parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] }
+1 -1
View File
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
futures = "0.3.21"
tracing = "0.1.29"
tracing = "0.1.30"
memory-lru = "0.1.0"
parity-util-mem = { version = "0.10.0", default-features = false }
+1 -1
View File
@@ -31,7 +31,7 @@ sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "maste
clap = { version = "3.0", features = ["derive"] }
futures = "0.3.21"
futures-timer = "3.0.2"
tracing = "0.1.26"
tracing = "0.1.30"
[features]
default = []
+2 -2
View File
@@ -9,7 +9,7 @@ description = "Channels with attached Meters"
futures = "0.3.21"
futures-timer = "3.0.2"
derive_more = "0.99"
tracing = "0.1.29"
tracing = "0.1.30"
thiserror = "1.0.30"
[dev-dependencies]
@@ -17,4 +17,4 @@ futures = { version = "0.3.21", features = ["thread-pool"] }
assert_matches = "1.5"
env_logger = "0.9"
log = "0.4"
tracing = { version = "0.1.29", features = ["log"] }
tracing = { version = "0.1.30", features = ["log"] }
+1 -1
View File
@@ -8,7 +8,7 @@ description = "Subsystem metric helpers"
[dependencies]
futures = "0.3.21"
futures-timer = "3.0.2"
tracing = "0.1.29"
tracing = "0.1.30"
metered-channel = { path = "../metered-channel" }
@@ -12,7 +12,7 @@ polkadot-node-subsystem-util = { path = "../../subsystem-util" }
polkadot-primitives = { path = "../../../primitives" }
futures = "0.3.21"
tracing = "0.1.29"
tracing = "0.1.30"
[dev-dependencies]
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] }
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
futures = "0.3.21"
tracing = "0.1.29"
tracing = "0.1.30"
parity-scale-codec = { version = "2.3.1", features = ["std"] }
polkadot-primitives = { path = "../../../primitives" }
polkadot-erasure-coding = { path = "../../../erasure-coding" }
@@ -9,7 +9,7 @@ futures = "0.3.21"
lru = "0.7.2"
rand = "0.8.3"
thiserror = "1.0.30"
tracing = "0.1.29"
tracing = "0.1.30"
polkadot-erasure-coding = { path = "../../../erasure-coding" }
polkadot-primitives = { path = "../../../primitives" }
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
futures = "0.3.21"
tracing = "0.1.29"
tracing = "0.1.30"
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.52"
futures = "0.3.21"
tracing = "0.1.29"
tracing = "0.1.30"
polkadot-primitives = { path = "../../../primitives" }
parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] }
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
@@ -10,7 +10,7 @@ derive_more = "0.99.17"
futures = "0.3.21"
futures-timer = "3"
thiserror = "1.0.30"
tracing = "0.1.29"
tracing = "0.1.30"
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.21"
tracing = "0.1.29"
tracing = "0.1.30"
derive_more = "0.99.17"
parity-scale-codec = { version = "2.3.1", features = ["std"] }
polkadot-primitives = { path = "../../../primitives" }
@@ -19,7 +19,7 @@ futures = "0.3.21"
futures-timer = "3.0.2"
rand = { version = "0.8.3", default-features = false }
rand_chacha = { version = "0.3.1", default-features = false }
tracing = "0.1.29"
tracing = "0.1.30"
[dev-dependencies]
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" }
@@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
futures = "0.3.21"
tracing = "0.1.29"
tracing = "0.1.30"
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
@@ -16,7 +16,7 @@ polkadot-node-subsystem-types = { path = "../subsystem-types" }
polkadot-node-metrics = { path = "../metrics" }
polkadot-primitives = { path = "../../primitives" }
polkadot-overseer-gen = { path = "./overseer-gen" }
tracing = "0.1.29"
tracing = "0.1.30"
lru = "0.7"
parity-util-mem = { version = ">= 0.10.1", default-features = false }
+1 -1
View File
@@ -63,7 +63,7 @@ prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https:
# External Crates
futures = "0.3.21"
hex-literal = "0.3.4"
tracing = "0.1.29"
tracing = "0.1.30"
serde = { version = "1.0.136", features = ["derive"] }
thiserror = "1.0.30"
kvdb = "0.10.0"
+1 -1
View File
@@ -13,7 +13,7 @@ parity-scale-codec = { version = "2.3.1", default-features = false, features = [
pin-project = "1.0.9"
rand = "0.8.3"
thiserror = "1.0.30"
tracing = "0.1.29"
tracing = "0.1.30"
derive_more = "0.99.17"
lru = "0.7.2"
+1 -1
View File
@@ -8,7 +8,7 @@ edition = "2018"
futures = "0.3.21"
futures01 = { package = "futures", version = "0.1.29" }
hex = "0.4.3"
tracing = "0.1.29"
tracing = "0.1.30"
rand = "0.8.3"
tempfile = "3.2.0"
tokio = "1.15.0"
@@ -17,6 +17,6 @@ lazy_static = "1.4.0"
parity-scale-codec = { version = "2.3.1", features = ["derive"] }
reqwest = "0.11"
thiserror = "1.0.30"
tracing = "0.1.26"
tracing = "0.1.30"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1"