build(deps): bump tracing-subscriber from 0.2.15 to 0.2.16

Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.2.15 to 0.2.16.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.2.15...tracing-subscriber-0.2.16)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-02-22 01:52:43 +00:00 committed by Deirdre Connolly
parent b578d1ff2e
commit 304d7682f5
5 changed files with 15 additions and 15 deletions

22
Cargo.lock generated
View File

@ -2863,7 +2863,7 @@ dependencies = [
"serde_json",
"strip-ansi-escapes",
"tracing",
"tracing-subscriber 0.2.15",
"tracing-subscriber 0.2.16",
]
[[package]]
@ -3470,7 +3470,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4d7c0b83d4a500748fa5879461652b361edf5c9d51ede2a2ac03875ca185e24"
dependencies = [
"tracing",
"tracing-subscriber 0.2.15",
"tracing-subscriber 0.2.16",
]
[[package]]
@ -3481,7 +3481,7 @@ checksum = "bd520fe41c667b437952383f3a1ec14f1fa45d653f719a77eedd6e6a02d8fa54"
dependencies = [
"lazy_static",
"tracing",
"tracing-subscriber 0.2.15",
"tracing-subscriber 0.2.16",
]
[[package]]
@ -3496,9 +3496,9 @@ dependencies = [
[[package]]
name = "tracing-log"
version = "0.1.1"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e0f8c7178e13481ff6765bd169b33e8d554c5d2bbede5e32c356194be02b9b9"
checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"
dependencies = [
"lazy_static",
"log",
@ -3534,9 +3534,9 @@ dependencies = [
[[package]]
name = "tracing-subscriber"
version = "0.2.15"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1fa8f0c8f4c594e4fc9debc1990deab13238077271ba84dd853d54902ee3401"
checksum = "8ab8966ac3ca27126141f7999361cc97dd6fb4b71da04c02044fa9045d98bb96"
dependencies = [
"ansi_term 0.12.1",
"chrono",
@ -4033,7 +4033,7 @@ dependencies = [
"tracing",
"tracing-error",
"tracing-futures",
"tracing-subscriber 0.2.15",
"tracing-subscriber 0.2.16",
"zebra-chain",
"zebra-script",
"zebra-state",
@ -4136,7 +4136,7 @@ dependencies = [
"tower",
"tracing",
"tracing-error",
"tracing-subscriber 0.2.15",
"tracing-subscriber 0.2.16",
]
[[package]]
@ -4148,7 +4148,7 @@ dependencies = [
"serde_json",
"structopt",
"tracing-error",
"tracing-subscriber 0.2.15",
"tracing-subscriber 0.2.16",
"zebra-chain",
"zebra-consensus",
"zebra-state",
@ -4184,7 +4184,7 @@ dependencies = [
"tracing-error",
"tracing-flame",
"tracing-futures",
"tracing-subscriber 0.2.15",
"tracing-subscriber 0.2.16",
"vergen",
"zebra-chain",
"zebra-consensus",

View File

@ -38,6 +38,6 @@ rand = "0.7"
spandoc = "0.2"
tokio = { version = "0.3.6", features = ["full"] }
tracing-error = "0.1.2"
tracing-subscriber = "0.2.15"
tracing-subscriber = "0.2.16"
zebra-test = { path = "../zebra-test/" }

View File

@ -14,7 +14,7 @@ tower = { version = "0.4", features = ["util"] }
futures = "0.3.12"
color-eyre = "0.5.10"
tracing = "0.1.24"
tracing-subscriber = "0.2.15"
tracing-subscriber = "0.2.16"
tracing-error = "0.1.2"
spandoc = "0.2.0"
regex = "1.4.3"

View File

@ -13,7 +13,7 @@ color-eyre = "0.5.10"
hex = "0.4"
serde_json = "1.0"
tracing-error = { version = "0.1.2", features = ["traced-error"] }
tracing-subscriber = { version = "0.2.15", features = ["tracing-log"] }
tracing-subscriber = { version = "0.2.16", features = ["tracing-log"] }
zebra-chain = { path = "../zebra-chain" }
zebra-consensus = { path = "../zebra-consensus" }

View File

@ -34,7 +34,7 @@ thiserror = "1"
tracing = "0.1"
tracing-futures = "0.2"
tracing-flame = "0.1.0"
tracing-subscriber = { version = "0.2.15", features = ["tracing-log"] }
tracing-subscriber = { version = "0.2.16", features = ["tracing-log"] }
tracing-error = "0.1.2"
metrics = "0.13.0-alpha.8"
metrics-exporter-prometheus = "0.1.0-alpha.7"