mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 08:11:04 +00:00
Bump tracing-core from 0.1.21 to 0.1.26 (#11258)
Bumps [tracing-core](https://github.com/tokio-rs/tracing) from 0.1.21 to 0.1.26. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-core-0.1.21...tracing-core-0.1.26) --- updated-dependencies: - dependency-name: tracing-core 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:
@@ -32,7 +32,7 @@ futures = { version = "0.3.21", features = ["thread-pool"], optional = true }
|
||||
parking_lot = { version = "0.12.0", optional = true }
|
||||
secp256k1 = { version = "0.21.2", features = ["recovery", "global-context"], optional = true }
|
||||
tracing = { version = "0.1.29", default-features = false }
|
||||
tracing-core = { version = "0.1.17", default-features = false}
|
||||
tracing-core = { version = "0.1.26", default-features = false}
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -21,4 +21,4 @@ sp-state-machine = { version = "0.12.0", path = "../../state-machine" }
|
||||
sp-runtime = { version = "6.0.0", path = "../../runtime" }
|
||||
sp-io = { version = "6.0.0", path = "../../io" }
|
||||
tracing = "0.1.29"
|
||||
tracing-core = "0.1.17"
|
||||
tracing-core = "0.1.26"
|
||||
|
||||
@@ -23,7 +23,7 @@ codec = { version = "3.0.0", package = "parity-scale-codec", default-features =
|
||||
"derive",
|
||||
] }
|
||||
tracing = { version = "0.1.29", default-features = false }
|
||||
tracing-core = { version = "0.1.21", default-features = false }
|
||||
tracing-core = { version = "0.1.26", default-features = false }
|
||||
tracing-subscriber = { version = "0.2.25", optional = true, features = [
|
||||
"tracing-log",
|
||||
] }
|
||||
|
||||
Reference in New Issue
Block a user