diff --git a/Cargo.lock b/Cargo.lock index 7310eb7f..33e3d292 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2581,9 +2581,9 @@ dependencies = [ [[package]] name = "tracing" -version = "0.1.18" +version = "0.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0aae59226cf195d8e74d4b34beae1859257efb4e5fed3f147d2dc2c7d372178" +checksum = "6d79ca061b032d6ce30c660fded31189ca0b9922bf483cd70759f13a2d86786c" dependencies = [ "cfg-if", "log", @@ -2593,9 +2593,9 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.9" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0693bf8d6f2bf22c690fc61a9d21ac69efdbb894a17ed596b9af0f01e64b84b" +checksum = "1fe233f4227389ab7df5b32649239da7ebe0b281824b4e84b342d04d3fd8c25e" dependencies = [ "proc-macro2 1.0.19", "quote 1.0.7", @@ -2604,9 +2604,9 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.13" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d593f98af59ebc017c0648f0117525db358745a8894a8d684e185ba3f45954f9" +checksum = "db63662723c316b43ca36d833707cc93dff82a02ba3d7e354f342682cc8b3545" dependencies = [ "lazy_static", ] diff --git a/tower-batch/Cargo.toml b/tower-batch/Cargo.toml index ff5293a1..8642825c 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.18" +tracing = "0.1.19" 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.18" +tracing = "0.1.19" 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 3532c676..6926c13e 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -40,6 +40,6 @@ color-eyre = "0.5" proptest = "0.10" proptest-derive = "0.2.0" spandoc = "0.2" -tracing = "0.1.18" +tracing = "0.1.19" zebra-test = { path = "../zebra-test/" } diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index bb748d2b..9acdff3a 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -17,7 +17,7 @@ futures-util = "0.3.5" tokio = { version = "0.2.22", features = ["time", "sync", "stream", "tracing"] } tower = "0.3" tower-util = "0.3" -tracing = "0.1.18" +tracing = "0.1.19" tracing-futures = "0.2.4" once_cell = "1.4" diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 918870fa..016ce4e2 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.18" +tracing = "0.1.19" tracing-subscriber = "0.2.10" tracing-error = "0.1.2" tempdir = "0.3.7"