mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 15:11:02 +00:00
Bump tracing from 0.1.22 to 0.1.25 (#8263)
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.22 to 0.1.25. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.22...tracing-0.1.25) 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:
@@ -30,7 +30,7 @@ sp-tracing = { version = "3.0.0", default-features = false, path = "../tracing"
|
||||
log = { version = "0.4.8", optional = true }
|
||||
futures = { version = "0.3.1", features = ["thread-pool"], optional = true }
|
||||
parking_lot = { version = "0.11.1", optional = true }
|
||||
tracing = { version = "0.1.22", default-features = false }
|
||||
tracing = { version = "0.1.25", default-features = false }
|
||||
tracing-core = { version = "0.1.17", default-features = false}
|
||||
|
||||
[features]
|
||||
|
||||
@@ -20,5 +20,5 @@ sp-state-machine = { version = "0.9.0", path = "../../state-machine" }
|
||||
sp-runtime = { version = "3.0.0", path = "../../runtime" }
|
||||
sp-core = { version = "3.0.0", path = "../../core" }
|
||||
sp-io = { version = "3.0.0", path = "../../io" }
|
||||
tracing = "0.1.22"
|
||||
tracing = "0.1.25"
|
||||
tracing-core = "0.1.17"
|
||||
|
||||
@@ -20,7 +20,7 @@ targets = ["x86_64-unknown-linux-gnu", "wasm32-unknown-unknown"]
|
||||
[dependencies]
|
||||
sp-std = { version = "3.0.0", path = "../std", default-features = false}
|
||||
codec = { version = "2.0.0", package = "parity-scale-codec", default-features = false, features = ["derive"]}
|
||||
tracing = { version = "0.1.22", default-features = false }
|
||||
tracing = { version = "0.1.25", default-features = false }
|
||||
tracing-core = { version = "0.1.17", default-features = false }
|
||||
log = { version = "0.4.8", optional = true }
|
||||
tracing-subscriber = { version = "0.2.15", optional = true, features = ["tracing-log"] }
|
||||
|
||||
Reference in New Issue
Block a user