build(deps): bump tracing-subscriber from 0.2.11 to 0.2.12 (#1059)

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

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] 2020-09-14 13:49:07 -07:00 committed by GitHub
parent a7b418bfe5
commit ba32d27f6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 16 additions and 16 deletions

24
Cargo.lock generated
View File

@ -2850,9 +2850,9 @@ dependencies = [
[[package]] [[package]]
name = "tracing-core" name = "tracing-core"
version = "0.1.14" version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db63662723c316b43ca36d833707cc93dff82a02ba3d7e354f342682cc8b3545" checksum = "5bcf46c1f1f06aeea2d6b81f3c863d0930a596c86ad1920d4e5bad6dd1d7119a"
dependencies = [ dependencies = [
"lazy_static", "lazy_static",
] ]
@ -2864,7 +2864,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4d7c0b83d4a500748fa5879461652b361edf5c9d51ede2a2ac03875ca185e24" checksum = "b4d7c0b83d4a500748fa5879461652b361edf5c9d51ede2a2ac03875ca185e24"
dependencies = [ dependencies = [
"tracing", "tracing",
"tracing-subscriber 0.2.11", "tracing-subscriber 0.2.12",
] ]
[[package]] [[package]]
@ -2875,7 +2875,7 @@ checksum = "bd520fe41c667b437952383f3a1ec14f1fa45d653f719a77eedd6e6a02d8fa54"
dependencies = [ dependencies = [
"lazy_static", "lazy_static",
"tracing", "tracing",
"tracing-subscriber 0.2.11", "tracing-subscriber 0.2.12",
] ]
[[package]] [[package]]
@ -2901,9 +2901,9 @@ dependencies = [
[[package]] [[package]]
name = "tracing-serde" name = "tracing-serde"
version = "0.1.1" version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6ccba2f8f16e0ed268fc765d9b7ff22e965e7185d32f8f1ec8294fe17d86e79" checksum = "fb65ea441fbb84f9f6748fd496cf7f63ec9af5bca94dd86456978d055e8eb28b"
dependencies = [ dependencies = [
"serde", "serde",
"tracing-core", "tracing-core",
@ -2928,9 +2928,9 @@ dependencies = [
[[package]] [[package]]
name = "tracing-subscriber" name = "tracing-subscriber"
version = "0.2.11" version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abd165311cc4d7a555ad11cc77a37756df836182db0d81aac908c8184c584f40" checksum = "82bb5079aa76438620837198db8a5c529fb9878c730bc2b28179b0241cf04c10"
dependencies = [ dependencies = [
"ansi_term 0.12.1", "ansi_term 0.12.1",
"chrono", "chrono",
@ -3198,7 +3198,7 @@ dependencies = [
"tracing", "tracing",
"tracing-error", "tracing-error",
"tracing-futures", "tracing-futures",
"tracing-subscriber 0.2.11", "tracing-subscriber 0.2.12",
"zebra-chain", "zebra-chain",
"zebra-state", "zebra-state",
"zebra-test", "zebra-test",
@ -3291,7 +3291,7 @@ dependencies = [
"tower", "tower",
"tracing", "tracing",
"tracing-error", "tracing-error",
"tracing-subscriber 0.2.11", "tracing-subscriber 0.2.12",
] ]
[[package]] [[package]]
@ -3303,7 +3303,7 @@ dependencies = [
"serde_json", "serde_json",
"structopt", "structopt",
"tracing-error", "tracing-error",
"tracing-subscriber 0.2.11", "tracing-subscriber 0.2.12",
"zebra-chain", "zebra-chain",
"zebra-consensus", "zebra-consensus",
] ]
@ -3334,7 +3334,7 @@ dependencies = [
"tracing-error", "tracing-error",
"tracing-flame", "tracing-flame",
"tracing-futures", "tracing-futures",
"tracing-subscriber 0.2.11", "tracing-subscriber 0.2.12",
"zebra-chain", "zebra-chain",
"zebra-consensus", "zebra-consensus",
"zebra-network", "zebra-network",

View File

@ -32,6 +32,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.11" tracing-subscriber = "0.2.12"
zebra-test = { path = "../zebra-test/" } zebra-test = { path = "../zebra-test/" }

View File

@ -14,7 +14,7 @@ tower = "0.3.1"
futures = "0.3.5" futures = "0.3.5"
color-eyre = "0.5.2" color-eyre = "0.5.2"
tracing = "0.1.19" tracing = "0.1.19"
tracing-subscriber = "0.2.11" tracing-subscriber = "0.2.12"
tracing-error = "0.1.2" tracing-error = "0.1.2"
spandoc = "0.2.0" spandoc = "0.2.0"
regex = "1.3.9" regex = "1.3.9"

View File

@ -13,7 +13,7 @@ color-eyre = "0.5.2"
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.11", features = ["tracing-log"] } tracing-subscriber = { version = "0.2.12", features = ["tracing-log"] }
zebra-chain = { path = "../zebra-chain" } zebra-chain = { path = "../zebra-chain" }
zebra-consensus = { path = "../zebra-consensus" } zebra-consensus = { path = "../zebra-consensus" }

View File

@ -28,7 +28,7 @@ color-eyre = "0.5"
thiserror = "1" thiserror = "1"
tracing = "0.1" tracing = "0.1"
tracing-futures = "0.2" tracing-futures = "0.2"
tracing-subscriber = { version = "0.2.11", features = ["tracing-log"] } tracing-subscriber = { version = "0.2.12", features = ["tracing-log"] }
tracing-error = "0.1.2" tracing-error = "0.1.2"
metrics-runtime = "0.13" metrics-runtime = "0.13"