diff --git a/Cargo.lock b/Cargo.lock index 54944e56c..70b158b34 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2378,9 +2378,9 @@ dependencies = [ [[package]] name = "tracing" -version = "0.1.17" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbdf4ccd1652592b01286a5dbe1e2a77d78afaa34beadd9872a5f7396f92aaa9" +checksum = "f0aae59226cf195d8e74d4b34beae1859257efb4e5fed3f147d2dc2c7d372178" dependencies = [ "cfg-if", "log", @@ -2401,9 +2401,9 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.11" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94ae75f0d28ae10786f3b1895c55fe72e79928fd5ccdebb5438c75e93fec178f" +checksum = "b2734b5a028fa697686f16c6d18c2c6a3c7e41513f9a213abb6754c4acb3c8d7" dependencies = [ "lazy_static", ] diff --git a/tower-batch/Cargo.toml b/tower-batch/Cargo.toml index a4247eee1..ff5293a13 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.23" -tracing = "0.1.17" +tracing = "0.1.18" tracing-futures = "0.2.4" futures = "0.3.5" @@ -18,7 +18,7 @@ futures = "0.3.5" ed25519-zebra = "2.1.0" rand = "0.7" tokio = { version = "0.2", features = ["full"]} -tracing = "0.1.17" +tracing = "0.1.18" zebra-test = { path = "../zebra-test/" } tower-fallback = { path = "../tower-fallback/" } color-eyre = "0.5" diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index 854a88316..e7f2abf55 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -39,6 +39,6 @@ color-eyre = "0.5" proptest = "0.10" proptest-derive = "0.2.0" spandoc = "0.2" -tracing = "0.1.17" +tracing = "0.1.18" zebra-test = { path = "../zebra-test/" } diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index 08eabb152..674c39f46 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -16,7 +16,7 @@ futures = "0.3.5" futures-util = "0.3.5" tokio = { version = "0.2.22", features = ["time", "sync", "stream", "tracing"] } tower = "0.3" -tracing = "0.1.17" +tracing = "0.1.18" tracing-futures = "0.2.4" tower-batch = { path = "../tower-batch/" } diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 7021a6487..25aa7ee42 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.17" +tracing = "0.1.18" tracing-subscriber = "0.2.9" tracing-error = "0.1.2" tempdir = "0.3.7"