diff --git a/Cargo.lock b/Cargo.lock index 5ea5cdd2..bf9b8cc3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2811,13 +2811,13 @@ dependencies = [ [[package]] name = "tracing" -version = "0.1.21" +version = "0.1.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0987850db3733619253fe60e17cb59b82d37c7e6c0236bb81e4d6b87c879f27" +checksum = "9f47026cdc4080c07e49b37087de021820269d996f581aac150ef9e5583eefe3" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", "log", - "pin-project-lite 0.1.11", + "pin-project-lite 0.2.0", "tracing-attributes", "tracing-core", ] diff --git a/tower-batch/Cargo.toml b/tower-batch/Cargo.toml index b4caa44f..c53fc5d5 100644 --- a/tower-batch/Cargo.toml +++ b/tower-batch/Cargo.toml @@ -10,7 +10,7 @@ tokio = { version = "0.3", features = ["time", "sync", "stream", "tracing", "mac tower = { version = "0.4", features = ["util", "buffer"] } futures-core = "0.3.6" pin-project = "0.4.27" -tracing = "0.1.21" +tracing = "0.1.22" tracing-futures = "0.2.4" futures = "0.3.7" @@ -18,7 +18,7 @@ futures = "0.3.7" ed25519-zebra = "2.1.0" rand = "0.7" tokio = { version = "0.3", features = ["full"]} -tracing = "0.1.21" +tracing = "0.1.22" 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 54953858..bc2fa089 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -48,7 +48,7 @@ bitflags = "1.2.1" bincode = "1" color-eyre = "0.5" spandoc = "0.2" -tracing = "0.1.21" +tracing = "0.1.22" proptest = "0.10" proptest-derive = "0.2" diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index db7facb8..57677d90 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -22,7 +22,7 @@ thiserror = "1.0.22" tokio = { version = "0.3", features = ["time", "sync", "stream", "tracing"] } tower = { version = "0.4", features = ["timeout", "util", "buffer"] } tower-util = "0.3" -tracing = "0.1.21" +tracing = "0.1.22" tracing-futures = "0.2.4" tower-fallback = { path = "../tower-fallback/" } diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 055dc933..79b06879 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.7" color-eyre = "0.5.8" -tracing = "0.1.21" +tracing = "0.1.22" tracing-subscriber = "0.2.15" tracing-error = "0.1.2" spandoc = "0.2.0"