build(deps): bump tracing from 0.1.24 to 0.1.25 (#1815)
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.24 to 0.1.25. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.24...tracing-0.1.25) 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:
parent
fb6acfaff7
commit
bf1e2bd3b8
|
@ -3429,9 +3429,9 @@ checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tracing"
|
name = "tracing"
|
||||||
version = "0.1.24"
|
version = "0.1.25"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "f77d3842f76ca899ff2dbcf231c5c65813dea431301d6eb686279c15c4464f12"
|
checksum = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if 1.0.0",
|
"cfg-if 1.0.0",
|
||||||
"log",
|
"log",
|
||||||
|
|
|
@ -10,7 +10,7 @@ tokio = { version = "0.3.6", features = ["time", "sync", "stream", "tracing", "m
|
||||||
tower = { version = "0.4", features = ["util", "buffer"] }
|
tower = { version = "0.4", features = ["util", "buffer"] }
|
||||||
futures-core = "0.3.13"
|
futures-core = "0.3.13"
|
||||||
pin-project = "0.4.27"
|
pin-project = "0.4.27"
|
||||||
tracing = "0.1.24"
|
tracing = "0.1.25"
|
||||||
tracing-futures = "0.2.5"
|
tracing-futures = "0.2.5"
|
||||||
futures = "0.3.13"
|
futures = "0.3.13"
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ futures = "0.3.13"
|
||||||
ed25519-zebra = "2.1.0"
|
ed25519-zebra = "2.1.0"
|
||||||
rand = "0.7"
|
rand = "0.7"
|
||||||
tokio = { version = "0.3.6", features = ["full"]}
|
tokio = { version = "0.3.6", features = ["full"]}
|
||||||
tracing = "0.1.24"
|
tracing = "0.1.25"
|
||||||
zebra-test = { path = "../zebra-test/" }
|
zebra-test = { path = "../zebra-test/" }
|
||||||
tower-fallback = { path = "../tower-fallback/" }
|
tower-fallback = { path = "../tower-fallback/" }
|
||||||
color-eyre = "0.5.10"
|
color-eyre = "0.5.10"
|
||||||
|
|
|
@ -48,7 +48,7 @@ bitflags = "1.2.1"
|
||||||
bincode = "1"
|
bincode = "1"
|
||||||
color-eyre = "0.5.10"
|
color-eyre = "0.5.10"
|
||||||
spandoc = "0.2"
|
spandoc = "0.2"
|
||||||
tracing = "0.1.24"
|
tracing = "0.1.25"
|
||||||
proptest = "0.10"
|
proptest = "0.10"
|
||||||
proptest-derive = "0.3"
|
proptest-derive = "0.3"
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,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.24"
|
tracing = "0.1.25"
|
||||||
tracing-futures = "0.2.5"
|
tracing-futures = "0.2.5"
|
||||||
|
|
||||||
tower-fallback = { path = "../tower-fallback/" }
|
tower-fallback = { path = "../tower-fallback/" }
|
||||||
|
|
|
@ -13,7 +13,7 @@ lazy_static = "1.4.0"
|
||||||
tower = { version = "0.4", features = ["util"] }
|
tower = { version = "0.4", features = ["util"] }
|
||||||
futures = "0.3.13"
|
futures = "0.3.13"
|
||||||
color-eyre = "0.5.10"
|
color-eyre = "0.5.10"
|
||||||
tracing = "0.1.24"
|
tracing = "0.1.25"
|
||||||
tracing-subscriber = "0.2.16"
|
tracing-subscriber = "0.2.16"
|
||||||
tracing-error = "0.1.2"
|
tracing-error = "0.1.2"
|
||||||
spandoc = "0.2.0"
|
spandoc = "0.2.0"
|
||||||
|
|
Loading…
Reference in New Issue