build(deps): bump tracing from 0.1.18 to 0.1.19 (#872)

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

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-08-11 10:18:54 -07:00 committed by GitHub
parent 2550c44d48
commit 5cb61136c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 11 deletions

12
Cargo.lock generated
View File

@ -2581,9 +2581,9 @@ dependencies = [
[[package]]
name = "tracing"
version = "0.1.18"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0aae59226cf195d8e74d4b34beae1859257efb4e5fed3f147d2dc2c7d372178"
checksum = "6d79ca061b032d6ce30c660fded31189ca0b9922bf483cd70759f13a2d86786c"
dependencies = [
"cfg-if",
"log",
@ -2593,9 +2593,9 @@ dependencies = [
[[package]]
name = "tracing-attributes"
version = "0.1.9"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0693bf8d6f2bf22c690fc61a9d21ac69efdbb894a17ed596b9af0f01e64b84b"
checksum = "1fe233f4227389ab7df5b32649239da7ebe0b281824b4e84b342d04d3fd8c25e"
dependencies = [
"proc-macro2 1.0.19",
"quote 1.0.7",
@ -2604,9 +2604,9 @@ dependencies = [
[[package]]
name = "tracing-core"
version = "0.1.13"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d593f98af59ebc017c0648f0117525db358745a8894a8d684e185ba3f45954f9"
checksum = "db63662723c316b43ca36d833707cc93dff82a02ba3d7e354f342682cc8b3545"
dependencies = [
"lazy_static",
]

View File

@ -10,7 +10,7 @@ tokio = { version = "0.2.22", features = ["time", "sync", "stream", "tracing"] }
tower = "0.3"
futures-core = "0.3.5"
pin-project = "0.4.23"
tracing = "0.1.18"
tracing = "0.1.19"
tracing-futures = "0.2.4"
futures = "0.3.5"
@ -18,7 +18,7 @@ futures = "0.3.5"
ed25519-zebra = "2.1.0"
rand = "0.7"
tokio = { version = "0.2", features = ["full"]}
tracing = "0.1.18"
tracing = "0.1.19"
zebra-test = { path = "../zebra-test/" }
tower-fallback = { path = "../tower-fallback/" }
color-eyre = "0.5"

View File

@ -40,6 +40,6 @@ color-eyre = "0.5"
proptest = "0.10"
proptest-derive = "0.2.0"
spandoc = "0.2"
tracing = "0.1.18"
tracing = "0.1.19"
zebra-test = { path = "../zebra-test/" }

View File

@ -17,7 +17,7 @@ futures-util = "0.3.5"
tokio = { version = "0.2.22", features = ["time", "sync", "stream", "tracing"] }
tower = "0.3"
tower-util = "0.3"
tracing = "0.1.18"
tracing = "0.1.19"
tracing-futures = "0.2.4"
once_cell = "1.4"

View File

@ -13,7 +13,7 @@ lazy_static = "1.4.0"
tower = "0.3.1"
futures = "0.3.5"
color-eyre = "0.5"
tracing = "0.1.18"
tracing = "0.1.19"
tracing-subscriber = "0.2.10"
tracing-error = "0.1.2"
tempdir = "0.3.7"