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:
parent
0793c903b4
commit
84aca7e78b
|
|
@ -3782,9 +3782,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tracing"
|
||||
version = "0.1.25"
|
||||
version = "0.1.26"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f"
|
||||
checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"log",
|
||||
|
|
@ -3795,9 +3795,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tracing-attributes"
|
||||
version = "0.1.13"
|
||||
version = "0.1.15"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a8a9bd1db7706f2373a190b0d067146caa39350c486f3d455b0e33b431f94c07"
|
||||
checksum = "c42e6fa53307c8a17e4ccd4dc81cf5ec38db9209f59b222210375b54ee40d1e2"
|
||||
dependencies = [
|
||||
"proc-macro2 1.0.24",
|
||||
"quote 1.0.7",
|
||||
|
|
@ -3806,9 +3806,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tracing-core"
|
||||
version = "0.1.17"
|
||||
version = "0.1.18"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f"
|
||||
checksum = "a9ff14f98b1a4b289c6248a023c1c2fa1491062964e9fed67ab29c4e4da4a052"
|
||||
dependencies = [
|
||||
"lazy_static",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ futures-core = "0.3.13"
|
|||
pin-project = "0.4.27"
|
||||
tokio = { version = "0.3.6", features = ["time", "sync", "stream", "tracing", "macros"] }
|
||||
tower = { version = "0.4", features = ["util", "buffer"] }
|
||||
tracing = "0.1.25"
|
||||
tracing = "0.1.26"
|
||||
tracing-futures = "0.2.5"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
@ -22,7 +22,7 @@ tokio = { version = "0.3.6", features = ["full"]}
|
|||
tokio-test = "0.4.1"
|
||||
tower-fallback = { path = "../tower-fallback/" }
|
||||
tower-test = "0.4.0"
|
||||
tracing = "0.1.25"
|
||||
tracing = "0.1.26"
|
||||
zebra-test = { path = "../zebra-test/" }
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ bincode = "1"
|
|||
color-eyre = "0.5.11"
|
||||
criterion = { version = "0.3", features = ["html_reports"] }
|
||||
spandoc = "0.2"
|
||||
tracing = "0.1.25"
|
||||
tracing = "0.1.26"
|
||||
|
||||
proptest = "0.10"
|
||||
proptest-derive = "0.3"
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ metrics = "0.13.0-alpha.8"
|
|||
thiserror = "1.0.24"
|
||||
tokio = { version = "0.3.6", features = ["time", "sync", "stream", "tracing"] }
|
||||
tower = { version = "0.4", features = ["timeout", "util", "buffer"] }
|
||||
tracing = "0.1.25"
|
||||
tracing = "0.1.26"
|
||||
tracing-futures = "0.2.5"
|
||||
|
||||
tower-fallback = { path = "../tower-fallback/" }
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ lazy_static = "1.4.0"
|
|||
tower = { version = "0.4", features = ["util"] }
|
||||
futures = "0.3.14"
|
||||
color-eyre = "0.5.11"
|
||||
tracing = "0.1.25"
|
||||
tracing = "0.1.26"
|
||||
tracing-subscriber = "0.2.17"
|
||||
tracing-error = "0.1.2"
|
||||
spandoc = "0.2.0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue