diff --git a/Cargo.lock b/Cargo.lock index 4db1a602..f9eab097 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4048,9 +4048,9 @@ dependencies = [ [[package]] name = "tracing" -version = "0.1.28" +version = "0.1.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84f96e095c0c82419687c20ddf5cb3eadb61f4e1405923c9dc8e53a1adacbda8" +checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105" dependencies = [ "cfg-if 1.0.0", "log", @@ -4061,9 +4061,9 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.16" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98863d0dd09fa59a1b79c6750ad80dbda6b75f4e71c437a6a1a8cb91a8bcbd77" +checksum = "f4f480b8f81512e825f337ad51e94c1eb5d3bbdf2b363dcd01e2b19a9ffe3f8e" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.7", @@ -4072,9 +4072,9 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.20" +version = "0.1.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46125608c26121c81b0c6d693eab5a420e416da7e43c426d2e8f7df8da8a3acf" +checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4" dependencies = [ "lazy_static", ] diff --git a/tower-batch/Cargo.toml b/tower-batch/Cargo.toml index cba6a3fe..12c93481 100644 --- a/tower-batch/Cargo.toml +++ b/tower-batch/Cargo.toml @@ -11,7 +11,7 @@ futures-core = "0.3.13" pin-project = "1.0.7" tokio = { version = "0.3.6", features = ["time", "sync", "stream", "tracing", "macros"] } tower = { version = "0.4", features = ["util", "buffer"] } -tracing = "0.1.28" +tracing = "0.1.29" tracing-futures = "0.2.5" [dev-dependencies] @@ -22,7 +22,7 @@ tokio = { version = "0.3.6", features = ["full"]} tokio-test = "0.4.2" tower-fallback = { path = "../tower-fallback/" } tower-test = "0.4.0" -tracing = "0.1.28" +tracing = "0.1.29" zebra-test = { path = "../zebra-test/" } diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index ff36a40d..9ff65e9c 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -65,7 +65,7 @@ color-eyre = "0.5.11" criterion = { version = "0.3", features = ["html_reports"] } itertools = "0.10.1" spandoc = "0.2" -tracing = "0.1.28" +tracing = "0.1.29" proptest = "0.10" proptest-derive = "0.3" diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index 7770265c..075bbcaa 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -27,7 +27,7 @@ metrics = "0.13.0-alpha.8" thiserror = "1.0.29" tokio = { version = "0.3.6", features = ["time", "sync", "stream", "tracing"] } tower = { version = "0.4", features = ["timeout", "util", "buffer"] } -tracing = "0.1.28" +tracing = "0.1.29" tracing-futures = "0.2.5" tower-fallback = { path = "../tower-fallback/" } diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index b71c9e61..0e15da2e 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -24,7 +24,7 @@ owo-colors = "2.1.0" pretty_assertions = "1.0.0" spandoc = "0.2.0" thiserror = "1.0.29" -tracing = "0.1.28" +tracing = "0.1.29" tracing-subscriber = "0.2.25" tracing-error = "0.1.2"