diff --git a/Cargo.lock b/Cargo.lock index 410a24ad..a34b2946 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2359,9 +2359,9 @@ dependencies = [ [[package]] name = "tracing" -version = "0.1.16" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2e2a2de6b0d5cbb13fc21193a2296888eaab62b6044479aafb3c54c01c29fcd" +checksum = "dbdf4ccd1652592b01286a5dbe1e2a77d78afaa34beadd9872a5f7396f92aaa9" dependencies = [ "cfg-if", "log", diff --git a/tower-batch/Cargo.toml b/tower-batch/Cargo.toml index 428d4297..abe35946 100644 --- a/tower-batch/Cargo.toml +++ b/tower-batch/Cargo.toml @@ -10,7 +10,7 @@ tokio = { version = "0.2.22", features = ["time", "sync", "stream", "tracing"] } tower = "0.3" futures-core = "0.3.5" pin-project = "0.4.20" -tracing = "0.1.16" +tracing = "0.1.17" tracing-futures = "0.2.4" futures = "0.3.5" @@ -18,5 +18,5 @@ futures = "0.3.5" ed25519-zebra = "1.0" rand = "0.7" tokio = { version = "0.2", features = ["full"]} -tracing = "0.1.16" +tracing = "0.1.17" zebra-test = { path = "../zebra-test/" } diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index e6365738..4fb57cd2 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -13,7 +13,7 @@ rand = "0.7" redjubjub = "0.2" tokio = { version = "0.2.22", features = ["time", "sync", "stream", "tracing"] } tower = "0.3" -tracing = "0.1.16" +tracing = "0.1.17" tracing-futures = "0.2.4" metrics = "0.12" diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 75903a70..f6037bb7 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -13,7 +13,7 @@ lazy_static = "1.4.0" tower = "0.3.1" futures = "0.3.5" color-eyre = "0.5" -tracing = "0.1.16" +tracing = "0.1.17" tracing-subscriber = "0.2.8" tracing-error = "0.1.2"