diff --git a/Cargo.lock b/Cargo.lock index 086ee013..4abba913 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", ] diff --git a/tower-batch/Cargo.toml b/tower-batch/Cargo.toml index 368e20d1..9dea4681 100644 --- a/tower-batch/Cargo.toml +++ b/tower-batch/Cargo.toml @@ -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/" } diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index 90e7268a..f3bea73a 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -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" diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index 96878d68..30eef8cb 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -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/" } diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 77a5f588..169f25f4 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -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"