mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 02:21:04 +00:00
Bump tracing from 0.1.30 to 0.1.31 (#1036)
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
@@ -11886,9 +11886,9 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tracing"
|
name = "tracing"
|
||||||
version = "0.1.30"
|
version = "0.1.31"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "2d8d93354fe2a8e50d5953f5ae2e47a3fc2ef03292e7ea46e3cc38f549525fb9"
|
checksum = "f6c650a8ef0cd2dd93736f033d21cbd1224c5a967aa0c258d00fcf7dafef9b9f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if 1.0.0",
|
"cfg-if 1.0.0",
|
||||||
"pin-project-lite 0.2.7",
|
"pin-project-lite 0.2.7",
|
||||||
|
|||||||
@@ -31,5 +31,5 @@ cumulus-primitives-core = { path = "../../../primitives/core" }
|
|||||||
# Other deps
|
# Other deps
|
||||||
futures = { version = "0.3.8", features = ["compat"] }
|
futures = { version = "0.3.8", features = ["compat"] }
|
||||||
codec = { package = "parity-scale-codec", version = "2.3.0", features = [ "derive" ] }
|
codec = { package = "parity-scale-codec", version = "2.3.0", features = [ "derive" ] }
|
||||||
tracing = "0.1.22"
|
tracing = "0.1.31"
|
||||||
async-trait = "0.1.42"
|
async-trait = "0.1.42"
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ cumulus-relay-chain-interface = { path = "../../relay-chain-interface" }
|
|||||||
# Other deps
|
# Other deps
|
||||||
futures = { version = "0.3.8", features = ["compat"] }
|
futures = { version = "0.3.8", features = ["compat"] }
|
||||||
codec = { package = "parity-scale-codec", version = "2.3.0", features = [ "derive" ] }
|
codec = { package = "parity-scale-codec", version = "2.3.0", features = [ "derive" ] }
|
||||||
tracing = "0.1.25"
|
tracing = "0.1.31"
|
||||||
async-trait = "0.1.52"
|
async-trait = "0.1.52"
|
||||||
dyn-clone = "1.0.4"
|
dyn-clone = "1.0.4"
|
||||||
|
|
||||||
|
|||||||
@@ -27,6 +27,6 @@ cumulus-relay-chain-interface = { path = "../../relay-chain-interface" }
|
|||||||
|
|
||||||
# Other deps
|
# Other deps
|
||||||
futures = { version = "0.3.8", features = ["compat"] }
|
futures = { version = "0.3.8", features = ["compat"] }
|
||||||
tracing = "0.1.22"
|
tracing = "0.1.31"
|
||||||
async-trait = "0.1.42"
|
async-trait = "0.1.42"
|
||||||
parking_lot = "0.12.0"
|
parking_lot = "0.12.0"
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ cumulus-relay-chain-interface = { path = "../relay-chain-interface" }
|
|||||||
codec = { package = "parity-scale-codec", version = "2.3.0", features = [ "derive" ] }
|
codec = { package = "parity-scale-codec", version = "2.3.0", features = [ "derive" ] }
|
||||||
futures = { version = "0.3.1", features = ["compat"] }
|
futures = { version = "0.3.1", features = ["compat"] }
|
||||||
futures-timer = "3.0.2"
|
futures-timer = "3.0.2"
|
||||||
tracing = "0.1.22"
|
tracing = "0.1.31"
|
||||||
parking_lot = "0.12.0"
|
parking_lot = "0.12.0"
|
||||||
derive_more = "0.99.2"
|
derive_more = "0.99.2"
|
||||||
async-trait = "0.1.52"
|
async-trait = "0.1.52"
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ cumulus-relay-chain-interface = {path = "../relay-chain-interface"}
|
|||||||
codec = { package = "parity-scale-codec", version = "2.3.0", features = [ "derive" ] }
|
codec = { package = "parity-scale-codec", version = "2.3.0", features = [ "derive" ] }
|
||||||
futures = { version = "0.3.1", features = ["compat"] }
|
futures = { version = "0.3.1", features = ["compat"] }
|
||||||
futures-timer = "3.0.2"
|
futures-timer = "3.0.2"
|
||||||
tracing = "0.1.22"
|
tracing = "0.1.31"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "mast
|
|||||||
sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
|
|
||||||
parking_lot = "0.12.0"
|
parking_lot = "0.12.0"
|
||||||
tracing = "0.1.25"
|
tracing = "0.1.31"
|
||||||
async-trait = "0.1.52"
|
async-trait = "0.1.52"
|
||||||
futures = { version = "0.3.1", features = ["compat"] }
|
futures = { version = "0.3.1", features = ["compat"] }
|
||||||
futures-timer = "3.0.2"
|
futures-timer = "3.0.2"
|
||||||
|
|||||||
@@ -31,6 +31,6 @@ polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch =
|
|||||||
polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "master" }
|
polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "master" }
|
||||||
|
|
||||||
# Other deps
|
# Other deps
|
||||||
tracing = "0.1.22"
|
tracing = "0.1.31"
|
||||||
codec = { package = "parity-scale-codec", version = "2.3.0" }
|
codec = { package = "parity-scale-codec", version = "2.3.0" }
|
||||||
parking_lot = "0.12.0"
|
parking_lot = "0.12.0"
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ cumulus-relay-chain-interface = { path = "../../client/relay-chain-interface", o
|
|||||||
async-trait = { version = "0.1.42", optional = true }
|
async-trait = { version = "0.1.42", optional = true }
|
||||||
codec = { package = "parity-scale-codec", version = "2.3.0", default-features = false, features = [ "derive" ] }
|
codec = { package = "parity-scale-codec", version = "2.3.0", default-features = false, features = [ "derive" ] }
|
||||||
scale-info = { version = "1.0.0", default-features = false, features = ["derive"] }
|
scale-info = { version = "1.0.0", default-features = false, features = ["derive"] }
|
||||||
tracing = { version = "0.1.22", optional = true }
|
tracing = { version = "0.1.31", optional = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = [ "std" ]
|
default = [ "std" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user