build(deps): bump tracing from 0.1.25 to 0.1.26

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-03 10:49:09 +00:00 committed by Deirdre Connolly
parent 0793c903b4
commit 84aca7e78b
5 changed files with 11 additions and 11 deletions

12
Cargo.lock generated
View File

@ -3782,9 +3782,9 @@ dependencies = [
[[package]] [[package]]
name = "tracing" name = "tracing"
version = "0.1.25" version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f" checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d"
dependencies = [ dependencies = [
"cfg-if 1.0.0", "cfg-if 1.0.0",
"log", "log",
@ -3795,9 +3795,9 @@ dependencies = [
[[package]] [[package]]
name = "tracing-attributes" name = "tracing-attributes"
version = "0.1.13" version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8a9bd1db7706f2373a190b0d067146caa39350c486f3d455b0e33b431f94c07" checksum = "c42e6fa53307c8a17e4ccd4dc81cf5ec38db9209f59b222210375b54ee40d1e2"
dependencies = [ dependencies = [
"proc-macro2 1.0.24", "proc-macro2 1.0.24",
"quote 1.0.7", "quote 1.0.7",
@ -3806,9 +3806,9 @@ dependencies = [
[[package]] [[package]]
name = "tracing-core" name = "tracing-core"
version = "0.1.17" version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f" checksum = "a9ff14f98b1a4b289c6248a023c1c2fa1491062964e9fed67ab29c4e4da4a052"
dependencies = [ dependencies = [
"lazy_static", "lazy_static",
] ]

View File

@ -11,7 +11,7 @@ futures-core = "0.3.13"
pin-project = "0.4.27" pin-project = "0.4.27"
tokio = { version = "0.3.6", features = ["time", "sync", "stream", "tracing", "macros"] } tokio = { version = "0.3.6", features = ["time", "sync", "stream", "tracing", "macros"] }
tower = { version = "0.4", features = ["util", "buffer"] } tower = { version = "0.4", features = ["util", "buffer"] }
tracing = "0.1.25" tracing = "0.1.26"
tracing-futures = "0.2.5" tracing-futures = "0.2.5"
[dev-dependencies] [dev-dependencies]
@ -22,7 +22,7 @@ tokio = { version = "0.3.6", features = ["full"]}
tokio-test = "0.4.1" tokio-test = "0.4.1"
tower-fallback = { path = "../tower-fallback/" } tower-fallback = { path = "../tower-fallback/" }
tower-test = "0.4.0" tower-test = "0.4.0"
tracing = "0.1.25" tracing = "0.1.26"
zebra-test = { path = "../zebra-test/" } zebra-test = { path = "../zebra-test/" }

View File

@ -60,7 +60,7 @@ bincode = "1"
color-eyre = "0.5.11" color-eyre = "0.5.11"
criterion = { version = "0.3", features = ["html_reports"] } criterion = { version = "0.3", features = ["html_reports"] }
spandoc = "0.2" spandoc = "0.2"
tracing = "0.1.25" tracing = "0.1.26"
proptest = "0.10" proptest = "0.10"
proptest-derive = "0.3" proptest-derive = "0.3"

View File

@ -25,7 +25,7 @@ metrics = "0.13.0-alpha.8"
thiserror = "1.0.24" thiserror = "1.0.24"
tokio = { version = "0.3.6", features = ["time", "sync", "stream", "tracing"] } tokio = { version = "0.3.6", features = ["time", "sync", "stream", "tracing"] }
tower = { version = "0.4", features = ["timeout", "util", "buffer"] } tower = { version = "0.4", features = ["timeout", "util", "buffer"] }
tracing = "0.1.25" tracing = "0.1.26"
tracing-futures = "0.2.5" tracing-futures = "0.2.5"
tower-fallback = { path = "../tower-fallback/" } tower-fallback = { path = "../tower-fallback/" }

View File

@ -13,7 +13,7 @@ lazy_static = "1.4.0"
tower = { version = "0.4", features = ["util"] } tower = { version = "0.4", features = ["util"] }
futures = "0.3.14" futures = "0.3.14"
color-eyre = "0.5.11" color-eyre = "0.5.11"
tracing = "0.1.25" tracing = "0.1.26"
tracing-subscriber = "0.2.17" tracing-subscriber = "0.2.17"
tracing-error = "0.1.2" tracing-error = "0.1.2"
spandoc = "0.2.0" spandoc = "0.2.0"