mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 02:57:57 +00:00
Bump tracing from 0.1.30 to 0.1.31 (#4941)
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.30 to 0.1.31. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.30...tracing-0.1.31) --- 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:
Generated
+2
-2
@@ -11014,9 +11014,9 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
|
||||
|
||||
[[package]]
|
||||
name = "tracing"
|
||||
version = "0.1.30"
|
||||
version = "0.1.31"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2d8d93354fe2a8e50d5953f5ae2e47a3fc2ef03292e7ea46e3cc38f549525fb9"
|
||||
checksum = "f6c650a8ef0cd2dd93736f033d21cbd1224c5a967aa0c258d00fcf7dafef9b9f"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"log",
|
||||
|
||||
@@ -6,7 +6,7 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.21"
|
||||
tracing = "0.1.30"
|
||||
tracing = "0.1.31"
|
||||
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.30"
|
||||
tracing = "0.1.31"
|
||||
bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] }
|
||||
lru = "0.7"
|
||||
merlin = "2.0"
|
||||
|
||||
@@ -9,7 +9,7 @@ futures = "0.3.21"
|
||||
futures-timer = "3.0.2"
|
||||
kvdb = "0.10.0"
|
||||
thiserror = "1.0.30"
|
||||
tracing = "0.1.30"
|
||||
tracing = "0.1.31"
|
||||
bitvec = "0.20.1"
|
||||
|
||||
parity-scale-codec = { version = "2.3.1", features = ["derive"] }
|
||||
|
||||
@@ -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.30"
|
||||
tracing = "0.1.31"
|
||||
thiserror = "1.0.30"
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
@@ -6,7 +6,7 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.21"
|
||||
tracing = "0.1.30"
|
||||
tracing = "0.1.31"
|
||||
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.30"
|
||||
tracing = "0.1.31"
|
||||
|
||||
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"] }
|
||||
|
||||
@@ -6,7 +6,7 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.21"
|
||||
tracing = "0.1.30"
|
||||
tracing = "0.1.31"
|
||||
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.30"
|
||||
tracing = "0.1.31"
|
||||
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.30"
|
||||
tracing = "0.1.31"
|
||||
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.30"
|
||||
tracing = "0.1.31"
|
||||
thiserror = "1.0.30"
|
||||
async-trait = "0.1.52"
|
||||
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.21"
|
||||
tracing = "0.1.30"
|
||||
tracing = "0.1.31"
|
||||
thiserror = "1.0.30"
|
||||
polkadot-primitives = { path = "../../../primitives" }
|
||||
polkadot-node-primitives = { path = "../../primitives" }
|
||||
|
||||
@@ -7,7 +7,7 @@ edition = "2018"
|
||||
[dependencies]
|
||||
futures = "0.3.21"
|
||||
thiserror = "1.0.30"
|
||||
tracing = "0.1.30"
|
||||
tracing = "0.1.31"
|
||||
|
||||
polkadot-node-primitives = { path = "../../primitives" }
|
||||
polkadot-node-subsystem = { path = "../../subsystem" }
|
||||
|
||||
@@ -16,7 +16,7 @@ assert_matches = "1.4.0"
|
||||
futures = "0.3.21"
|
||||
futures-timer = "3.0.2"
|
||||
slotmap = "1.0"
|
||||
tracing = "0.1.30"
|
||||
tracing = "0.1.31"
|
||||
pin-project = "1.0.9"
|
||||
rand = "0.8.5"
|
||||
parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] }
|
||||
|
||||
@@ -6,7 +6,7 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.21"
|
||||
tracing = "0.1.30"
|
||||
tracing = "0.1.31"
|
||||
memory-lru = "0.1.0"
|
||||
parity-util-mem = { version = "0.10.0", default-features = false }
|
||||
|
||||
|
||||
@@ -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.30"
|
||||
tracing = "0.1.31"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
||||
@@ -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.30"
|
||||
tracing = "0.1.31"
|
||||
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.30", features = ["log"] }
|
||||
tracing = { version = "0.1.31", features = ["log"] }
|
||||
|
||||
@@ -8,7 +8,7 @@ description = "Subsystem metric helpers"
|
||||
[dependencies]
|
||||
futures = "0.3.21"
|
||||
futures-timer = "3.0.2"
|
||||
tracing = "0.1.30"
|
||||
tracing = "0.1.31"
|
||||
|
||||
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.30"
|
||||
tracing = "0.1.31"
|
||||
|
||||
[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.30"
|
||||
tracing = "0.1.31"
|
||||
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.5"
|
||||
thiserror = "1.0.30"
|
||||
tracing = "0.1.30"
|
||||
tracing = "0.1.31"
|
||||
|
||||
polkadot-erasure-coding = { path = "../../../erasure-coding" }
|
||||
polkadot-primitives = { path = "../../../primitives" }
|
||||
|
||||
@@ -6,7 +6,7 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.21"
|
||||
tracing = "0.1.30"
|
||||
tracing = "0.1.31"
|
||||
polkadot-primitives = { path = "../../../primitives" }
|
||||
polkadot-subsystem = { package = "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.30"
|
||||
tracing = "0.1.31"
|
||||
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.30"
|
||||
tracing = "0.1.31"
|
||||
|
||||
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.30"
|
||||
tracing = "0.1.31"
|
||||
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.5", default-features = false }
|
||||
rand_chacha = { version = "0.3.1", default-features = false }
|
||||
tracing = "0.1.30"
|
||||
tracing = "0.1.31"
|
||||
|
||||
[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.30"
|
||||
tracing = "0.1.31"
|
||||
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" }
|
||||
|
||||
@@ -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.30"
|
||||
tracing = "0.1.31"
|
||||
lru = "0.7"
|
||||
parity-util-mem = { version = ">= 0.10.1", default-features = false }
|
||||
|
||||
|
||||
@@ -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.30"
|
||||
tracing = "0.1.31"
|
||||
serde = { version = "1.0.136", features = ["derive"] }
|
||||
thiserror = "1.0.30"
|
||||
kvdb = "0.10.0"
|
||||
|
||||
@@ -13,7 +13,7 @@ parity-scale-codec = { version = "2.3.1", default-features = false, features = [
|
||||
pin-project = "1.0.9"
|
||||
rand = "0.8.5"
|
||||
thiserror = "1.0.30"
|
||||
tracing = "0.1.30"
|
||||
tracing = "0.1.31"
|
||||
derive_more = "0.99.17"
|
||||
lru = "0.7.2"
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ edition = "2018"
|
||||
futures = "0.3.21"
|
||||
futures01 = { package = "futures", version = "0.1.29" }
|
||||
hex = "0.4.3"
|
||||
tracing = "0.1.30"
|
||||
tracing = "0.1.31"
|
||||
rand = "0.8.5"
|
||||
tempfile = "3.2.0"
|
||||
tokio = "1.16.1"
|
||||
|
||||
@@ -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.30"
|
||||
tracing = "0.1.31"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
|
||||
Reference in New Issue
Block a user