diff --git a/Cargo.lock b/Cargo.lock index 10ab15feb..7875820d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5539,9 +5539,9 @@ dependencies = [ [[package]] name = "tracing" -version = "0.1.36" +version = "0.1.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fce9567bd60a67d08a16488756721ba392f24f29006402881e43b19aac64307" +checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" dependencies = [ "cfg-if 1.0.0", "log", @@ -5563,9 +5563,9 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.22" +version = "0.1.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2" +checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a" dependencies = [ "proc-macro2 1.0.42", "quote 1.0.20", diff --git a/tower-batch/Cargo.toml b/tower-batch/Cargo.toml index 7faede399..7c2aec4d5 100644 --- a/tower-batch/Cargo.toml +++ b/tower-batch/Cargo.toml @@ -13,7 +13,7 @@ rayon = "1.5.3" tokio = { version = "1.21.2", features = ["time", "sync", "tracing", "macros"] } tokio-util = "0.7.4" tower = { version = "0.4.13", features = ["util", "buffer"] } -tracing = "0.1.36" +tracing = "0.1.37" tracing-futures = "0.2.5" [dev-dependencies] diff --git a/tower-fallback/Cargo.toml b/tower-fallback/Cargo.toml index c5f6260ff..48e3d4756 100644 --- a/tower-fallback/Cargo.toml +++ b/tower-fallback/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" pin-project = "0.4.29" tower = "0.4.13" futures-core = "0.3.24" -tracing = "0.1.36" +tracing = "0.1.37" [dev-dependencies] tokio = { version = "1.21.2", features = ["full", "tracing", "test-util"] } diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index 90642ee8e..761c9c1c9 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -56,7 +56,7 @@ humantime = "2.1.0" displaydoc = "0.2.3" static_assertions = "1.1.0" thiserror = "1.0.37" -tracing = "0.1.36" +tracing = "0.1.37" # Serialization hex = { version = "0.4.3", features = ["serde"] } @@ -94,7 +94,7 @@ color-eyre = "0.6.2" # Enable a feature that makes tinyvec compile much faster. tinyvec = { version = "1.6.0", features = ["rustc_1_55"] } spandoc = "0.2.2" -tracing = "0.1.36" +tracing = "0.1.37" # Make the optional testing dependencies required proptest = "0.10.1" diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index 674ba5f5f..988b61e7c 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -31,7 +31,7 @@ metrics = "0.20.1" thiserror = "1.0.37" tokio = { version = "1.21.2", features = ["time", "sync", "tracing", "rt-multi-thread"] } tower = { version = "0.4.13", features = ["timeout", "util", "buffer"] } -tracing = "0.1.36" +tracing = "0.1.37" tracing-futures = "0.2.5" orchard = "0.2.0" diff --git a/zebra-network/Cargo.toml b/zebra-network/Cargo.toml index 237164b5b..9dd385ea6 100644 --- a/zebra-network/Cargo.toml +++ b/zebra-network/Cargo.toml @@ -38,7 +38,7 @@ tower = { version = "0.4.13", features = ["retry", "discover", "load", "load-she metrics = "0.20.1" tracing-futures = "0.2.5" tracing-error = { version = "0.2.0", features = ["traced-error"] } -tracing = "0.1.36" +tracing = "0.1.37" # tor dependencies arti-client = { version = "0.0.2", optional = true } diff --git a/zebra-rpc/Cargo.toml b/zebra-rpc/Cargo.toml index 0343d67a7..eccf362d4 100644 --- a/zebra-rpc/Cargo.toml +++ b/zebra-rpc/Cargo.toml @@ -30,7 +30,7 @@ indexmap = { version = "1.9.1", features = ["serde"] } tokio = { version = "1.21.2", features = ["time", "rt-multi-thread", "macros", "tracing"] } tower = "0.4.13" -tracing = "0.1.36" +tracing = "0.1.37" tracing-futures = "0.2.5" hex = { version = "0.4.3", features = ["serde"] } diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index 87cda91b1..1559147ba 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -30,7 +30,7 @@ thiserror = "1.0.37" rayon = "1.5.3" tokio = { version = "1.21.2", features = ["sync", "tracing"] } tower = { version = "0.4.13", features = ["buffer", "util"] } -tracing = "0.1.36" +tracing = "0.1.37" zebra-chain = { path = "../zebra-chain" } zebra-test = { path = "../zebra-test/", optional = true } diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 4ef760122..a1615ce4f 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -33,7 +33,7 @@ thiserror = "1.0.37" tracing-subscriber = { version = "0.3.16", features = ["env-filter"] } tracing-error = "0.2.0" -tracing = "0.1.36" +tracing = "0.1.37" [dev-dependencies] tempfile = "3.3.0" diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index b69562b5d..2eef6fc81 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -102,7 +102,7 @@ tracing-subscriber = { version = "0.3.16", features = ["env-filter"] } tracing-appender = "0.2.2" tracing-error = "0.2.0" tracing-futures = "0.2.5" -tracing = "0.1.36" +tracing = "0.1.37" metrics = "0.20.1"