From 23e655eaaeaf50c4ce098884b5d14cbeb76cf57b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 03:17:49 +0000 Subject: [PATCH] build(deps): bump tracing from 0.1.35 to 0.1.36 (#5273) Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.35 to 0.1.36. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.35...tracing-0.1.36) --- updated-dependencies: - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- tower-batch/Cargo.toml | 2 +- tower-fallback/Cargo.toml | 2 +- zebra-chain/Cargo.toml | 4 ++-- zebra-consensus/Cargo.toml | 2 +- zebra-network/Cargo.toml | 2 +- zebra-rpc/Cargo.toml | 2 +- zebra-state/Cargo.toml | 2 +- zebra-test/Cargo.toml | 2 +- zebrad/Cargo.toml | 2 +- 10 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6ca4cd853..0826e6f86 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3371,9 +3371,9 @@ dependencies = [ [[package]] name = "pin-project-lite" -version = "0.2.8" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c" +checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" [[package]] name = "pin-utils" @@ -5545,9 +5545,9 @@ dependencies = [ [[package]] name = "tracing" -version = "0.1.35" +version = "0.1.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160" +checksum = "2fce9567bd60a67d08a16488756721ba392f24f29006402881e43b19aac64307" dependencies = [ "cfg-if 1.0.0", "log", diff --git a/tower-batch/Cargo.toml b/tower-batch/Cargo.toml index 09c04b045..b0eb65126 100644 --- a/tower-batch/Cargo.toml +++ b/tower-batch/Cargo.toml @@ -13,7 +13,7 @@ rayon = "1.5.3" tokio = { version = "1.21.1", features = ["time", "sync", "tracing", "macros"] } tokio-util = "0.7.4" tower = { version = "0.4.13", features = ["util", "buffer"] } -tracing = "0.1.35" +tracing = "0.1.36" tracing-futures = "0.2.5" [dev-dependencies] diff --git a/tower-fallback/Cargo.toml b/tower-fallback/Cargo.toml index 7060b0eb6..9fdf710c4 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.35" +tracing = "0.1.36" [dev-dependencies] tokio = { version = "1.21.1", features = ["full", "tracing", "test-util"] } diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index a6dff346e..0d8f84f93 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.35" -tracing = "0.1.35" +tracing = "0.1.36" # 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.35" +tracing = "0.1.36" # Make the optional testing dependencies required proptest = "0.10.1" diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index 4f3d936b0..ac6159e78 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -31,7 +31,7 @@ metrics = "0.20.1" thiserror = "1.0.35" tokio = { version = "1.21.1", features = ["time", "sync", "tracing", "rt-multi-thread"] } tower = { version = "0.4.13", features = ["timeout", "util", "buffer"] } -tracing = "0.1.35" +tracing = "0.1.36" tracing-futures = "0.2.5" orchard = "0.2.0" diff --git a/zebra-network/Cargo.toml b/zebra-network/Cargo.toml index 53a737ebc..12b6b5553 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.35" +tracing = "0.1.36" # tor dependencies arti-client = { version = "0.0.2", optional = true } diff --git a/zebra-rpc/Cargo.toml b/zebra-rpc/Cargo.toml index a06fcdfcc..1ee57bcb2 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.1", features = ["time", "rt-multi-thread", "macros", "tracing"] } tower = "0.4.13" -tracing = "0.1.35" +tracing = "0.1.36" 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 29105b2c0..8a5d4bc94 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -29,7 +29,7 @@ thiserror = "1.0.35" rayon = "1.5.3" tokio = { version = "1.21.1", features = ["sync", "tracing"] } tower = { version = "0.4.13", features = ["buffer", "util"] } -tracing = "0.1.35" +tracing = "0.1.36" 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 4392d3ddb..7682f00a8 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -33,7 +33,7 @@ thiserror = "1.0.35" tracing-subscriber = { version = "0.3.15", features = ["env-filter"] } tracing-error = "0.2.0" -tracing = "0.1.35" +tracing = "0.1.36" [dev-dependencies] tempfile = "3.3.0" diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 0b8c1afeb..cccc53cca 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -102,7 +102,7 @@ tracing-subscriber = { version = "0.3.15", features = ["env-filter"] } tracing-appender = "0.2.2" tracing-error = "0.2.0" tracing-futures = "0.2.5" -tracing = "0.1.35" +tracing = "0.1.36" metrics = "0.20.1"