Bump tracing-subscriber from 0.2.24 to 0.2.25 (#2838)

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

---
updated-dependencies:
- dependency-name: tracing-subscriber
  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:
dependabot[bot] 2021-10-07 06:41:27 +10:00 committed by GitHub
parent a85e80a0ec
commit 4c02c55f94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 14 additions and 14 deletions

20
Cargo.lock generated
View File

@ -3397,7 +3397,7 @@ dependencies = [
"serde_json",
"strip-ansi-escapes",
"tracing",
"tracing-subscriber 0.2.24",
"tracing-subscriber 0.2.25",
]
[[package]]
@ -4086,7 +4086,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4d7c0b83d4a500748fa5879461652b361edf5c9d51ede2a2ac03875ca185e24"
dependencies = [
"tracing",
"tracing-subscriber 0.2.24",
"tracing-subscriber 0.2.25",
]
[[package]]
@ -4097,7 +4097,7 @@ checksum = "bd520fe41c667b437952383f3a1ec14f1fa45d653f719a77eedd6e6a02d8fa54"
dependencies = [
"lazy_static",
"tracing",
"tracing-subscriber 0.2.24",
"tracing-subscriber 0.2.25",
]
[[package]]
@ -4117,7 +4117,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fe1f0ed2b7a5fcb6da2bc9e783587d9a0c8b9535e50224afe04e543eae8a2d6"
dependencies = [
"tracing-core",
"tracing-subscriber 0.2.24",
"tracing-subscriber 0.2.25",
]
[[package]]
@ -4160,9 +4160,9 @@ dependencies = [
[[package]]
name = "tracing-subscriber"
version = "0.2.24"
version = "0.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdd0568dbfe3baf7048b7908d2b32bca0d81cd56bec6d2a8f894b01d74f86be3"
checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"
dependencies = [
"ansi_term 0.12.1",
"chrono",
@ -4835,7 +4835,7 @@ dependencies = [
"tracing",
"tracing-error",
"tracing-futures",
"tracing-subscriber 0.2.24",
"tracing-subscriber 0.2.25",
"wagyu-zcash-parameters",
"zebra-chain",
"zebra-script",
@ -4946,7 +4946,7 @@ dependencies = [
"tower",
"tracing",
"tracing-error",
"tracing-subscriber 0.2.24",
"tracing-subscriber 0.2.25",
]
[[package]]
@ -4958,7 +4958,7 @@ dependencies = [
"serde_json",
"structopt",
"tracing-error",
"tracing-subscriber 0.2.24",
"tracing-subscriber 0.2.25",
"zebra-chain",
"zebra-consensus",
"zebra-state",
@ -4998,7 +4998,7 @@ dependencies = [
"tracing-flame",
"tracing-futures",
"tracing-journald",
"tracing-subscriber 0.2.24",
"tracing-subscriber 0.2.25",
"vergen",
"zebra-chain",
"zebra-consensus",

View File

@ -48,7 +48,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.24"
tracing-subscriber = "0.2.25"
zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] }
zebra-state = { path = "../zebra-state", features = ["proptest-impl"] }

View File

@ -25,7 +25,7 @@ pretty_assertions = "1.0.0"
spandoc = "0.2.0"
thiserror = "1.0.29"
tracing = "0.1.28"
tracing-subscriber = "0.2.24"
tracing-subscriber = "0.2.25"
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.24", features = ["tracing-log"] }
tracing-subscriber = { version = "0.2.25", 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.24", features = ["tracing-log"] }
tracing-subscriber = { version = "0.2.25", features = ["tracing-log"] }
tracing-error = "0.1.2"
metrics = "0.13.0-alpha.8"
metrics-exporter-prometheus = "0.1.0-alpha.7"