build(deps): bump tracing-subscriber from 0.2.9 to 0.2.10
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.2.9 to 0.2.10. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.2.9...tracing-subscriber-0.2.10) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
deba84b96e
commit
8e268150a7
|
@ -2451,9 +2451,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tracing-subscriber"
|
name = "tracing-subscriber"
|
||||||
version = "0.2.9"
|
version = "0.2.10"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e4f5dd7095c2481b7b3cbed71c8de53085fb3542bc3c2b4c73cba43e8f11c7ba"
|
checksum = "f7b33f8b2ef2ab0c3778c12646d9c42a24f7772bee4cdafc72199644a9f58fdc"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term 0.12.1",
|
"ansi_term 0.12.1",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
|
|
@ -28,6 +28,6 @@ rand = "0.7"
|
||||||
spandoc = "0.2"
|
spandoc = "0.2"
|
||||||
tokio = { version = "0.2", features = ["full"] }
|
tokio = { version = "0.2", features = ["full"] }
|
||||||
tracing-error = "0.1.2"
|
tracing-error = "0.1.2"
|
||||||
tracing-subscriber = "0.2.9"
|
tracing-subscriber = "0.2.10"
|
||||||
|
|
||||||
zebra-test = { path = "../zebra-test/" }
|
zebra-test = { path = "../zebra-test/" }
|
||||||
|
|
|
@ -14,7 +14,7 @@ tower = "0.3.1"
|
||||||
futures = "0.3.5"
|
futures = "0.3.5"
|
||||||
color-eyre = "0.5"
|
color-eyre = "0.5"
|
||||||
tracing = "0.1.18"
|
tracing = "0.1.18"
|
||||||
tracing-subscriber = "0.2.9"
|
tracing-subscriber = "0.2.10"
|
||||||
tracing-error = "0.1.2"
|
tracing-error = "0.1.2"
|
||||||
tempdir = "0.3.7"
|
tempdir = "0.3.7"
|
||||||
spandoc = "0.2.0"
|
spandoc = "0.2.0"
|
||||||
|
|
|
@ -12,7 +12,7 @@ color-eyre = "0.5.0"
|
||||||
hex = "0.4"
|
hex = "0.4"
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
tracing-error = { version = "0.1.2", features = ["traced-error"] }
|
tracing-error = { version = "0.1.2", features = ["traced-error"] }
|
||||||
tracing-subscriber = { version = "0.2.8", features = ["tracing-log"] }
|
tracing-subscriber = { version = "0.2.10", features = ["tracing-log"] }
|
||||||
|
|
||||||
zebra-chain = { path = "../zebra-chain" }
|
zebra-chain = { path = "../zebra-chain" }
|
||||||
zebra-consensus = { path = "../zebra-consensus" }
|
zebra-consensus = { path = "../zebra-consensus" }
|
||||||
|
|
|
@ -29,7 +29,7 @@ thiserror = "1"
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
tracing-futures = "0.2"
|
tracing-futures = "0.2"
|
||||||
tracing-log = "0.1"
|
tracing-log = "0.1"
|
||||||
tracing-subscriber = { version = "0.2.9", features = ["tracing-log"] }
|
tracing-subscriber = { version = "0.2.10", features = ["tracing-log"] }
|
||||||
tracing-error = "0.1.2"
|
tracing-error = "0.1.2"
|
||||||
|
|
||||||
metrics-runtime = "0.13"
|
metrics-runtime = "0.13"
|
||||||
|
|
Loading…
Reference in New Issue