build(deps): bump tracing-subscriber from 0.2.18 to 0.2.19

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

---
updated-dependencies:
- dependency-name: tracing-subscriber
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-06-28 15:02:08 +00:00 committed by Deirdre Connolly
parent 0d5e5bec3c
commit df426cba9e
5 changed files with 14 additions and 14 deletions

20
Cargo.lock generated
View File

@ -3158,7 +3158,7 @@ dependencies = [
"serde_json",
"strip-ansi-escapes",
"tracing",
"tracing-subscriber 0.2.18",
"tracing-subscriber 0.2.19",
]
[[package]]
@ -3847,7 +3847,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4d7c0b83d4a500748fa5879461652b361edf5c9d51ede2a2ac03875ca185e24"
dependencies = [
"tracing",
"tracing-subscriber 0.2.18",
"tracing-subscriber 0.2.19",
]
[[package]]
@ -3858,7 +3858,7 @@ checksum = "bd520fe41c667b437952383f3a1ec14f1fa45d653f719a77eedd6e6a02d8fa54"
dependencies = [
"lazy_static",
"tracing",
"tracing-subscriber 0.2.18",
"tracing-subscriber 0.2.19",
]
[[package]]
@ -3878,7 +3878,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fe1f0ed2b7a5fcb6da2bc9e783587d9a0c8b9535e50224afe04e543eae8a2d6"
dependencies = [
"tracing-core",
"tracing-subscriber 0.2.18",
"tracing-subscriber 0.2.19",
]
[[package]]
@ -3921,9 +3921,9 @@ dependencies = [
[[package]]
name = "tracing-subscriber"
version = "0.2.18"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa5553bf0883ba7c9cbe493b085c29926bd41b66afc31ff72cf17ff4fb60dcd5"
checksum = "ab69019741fca4d98be3c62d2b75254528b5432233fd8a4d2739fec20278de48"
dependencies = [
"ansi_term 0.12.1",
"chrono",
@ -4562,7 +4562,7 @@ dependencies = [
"tracing",
"tracing-error",
"tracing-futures",
"tracing-subscriber 0.2.18",
"tracing-subscriber 0.2.19",
"wagyu-zcash-parameters",
"zebra-chain",
"zebra-script",
@ -4667,7 +4667,7 @@ dependencies = [
"tower",
"tracing",
"tracing-error",
"tracing-subscriber 0.2.18",
"tracing-subscriber 0.2.19",
]
[[package]]
@ -4679,7 +4679,7 @@ dependencies = [
"serde_json",
"structopt",
"tracing-error",
"tracing-subscriber 0.2.18",
"tracing-subscriber 0.2.19",
"zebra-chain",
"zebra-consensus",
"zebra-state",
@ -4717,7 +4717,7 @@ dependencies = [
"tracing-flame",
"tracing-futures",
"tracing-journald",
"tracing-subscriber 0.2.18",
"tracing-subscriber 0.2.19",
"vergen",
"zebra-chain",
"zebra-consensus",

View File

@ -39,7 +39,7 @@ rand07 = { package = "rand", version = "0.7" }
spandoc = "0.2"
tokio = { version = "0.3.6", features = ["full"] }
tracing-error = "0.1.2"
tracing-subscriber = "0.2.18"
tracing-subscriber = "0.2.19"
zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] }
zebra-test = { path = "../zebra-test/" }

View File

@ -23,7 +23,7 @@ pretty_assertions = "0.7.2"
spandoc = "0.2.0"
thiserror = "1.0.25"
tracing = "0.1.26"
tracing-subscriber = "0.2.18"
tracing-subscriber = "0.2.19"
tracing-error = "0.1.2"
[dev-dependencies]

View File

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

View File

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