From 1d14032b1051630e286217744fee50f26db59334 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 06:26:39 +1000 Subject: [PATCH] Bump tower from 0.4.10 to 0.4.11 (#3081) Bumps [tower](https://github.com/tower-rs/tower) from 0.4.10 to 0.4.11. - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](https://github.com/tower-rs/tower/compare/tower-0.4.10...tower-0.4.11) --- updated-dependencies: - dependency-name: tower dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- tower-batch/Cargo.toml | 2 +- zebra-consensus/Cargo.toml | 2 +- zebra-network/Cargo.toml | 2 +- zebra-state/Cargo.toml | 2 +- zebra-test/Cargo.toml | 2 +- zebrad/Cargo.toml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 23230c76..1c34bc33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3611,9 +3611,9 @@ dependencies = [ [[package]] name = "tower" -version = "0.4.10" +version = "0.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c00e500fff5fa1131c866b246041a6bf96da9c965f8fe4128cb1421f23e93c00" +checksum = "5651b5f6860a99bd1adb59dbfe1db8beb433e73709d9032b413a77e2fb7c066a" dependencies = [ "futures-core", "futures-util", diff --git a/tower-batch/Cargo.toml b/tower-batch/Cargo.toml index cfb19d7b..307a5024 100644 --- a/tower-batch/Cargo.toml +++ b/tower-batch/Cargo.toml @@ -10,7 +10,7 @@ futures = "0.3.17" futures-core = "0.3.13" pin-project = "1.0.7" tokio = { version = "1.14.0", features = ["time", "sync", "tracing", "macros"] } -tower = { version = "0.4.9", features = ["util", "buffer"] } +tower = { version = "0.4.11", features = ["util", "buffer"] } tracing = "0.1.29" tracing-futures = "0.2.5" diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index 39e46e9e..11ad6bd1 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -33,7 +33,7 @@ futures-util = "0.3.17" metrics = "0.17.0" thiserror = "1.0.30" tokio = { version = "1.14.0", features = ["time", "sync", "tracing"] } -tower = { version = "0.4.9", features = ["timeout", "util", "buffer"] } +tower = { version = "0.4.11", features = ["timeout", "util", "buffer"] } tracing = "0.1.29" tracing-futures = "0.2.5" diff --git a/zebra-network/Cargo.toml b/zebra-network/Cargo.toml index dd60b888..3e2cdef6 100644 --- a/zebra-network/Cargo.toml +++ b/zebra-network/Cargo.toml @@ -27,7 +27,7 @@ futures = "0.3" tokio = { version = "1.14.0", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] } tokio-stream = { version = "0.1.7", features = ["sync", "time"] } tokio-util = { version = "0.6.9", features = ["codec"] } -tower = { version = "0.4.9", features = ["retry", "discover", "load", "load-shed", "timeout", "util", "buffer"] } +tower = { version = "0.4.11", features = ["retry", "discover", "load", "load-shed", "timeout", "util", "buffer"] } metrics = "0.17.0" tracing = "0.1" diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index ad65b948..7f459d67 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -32,7 +32,7 @@ serde = { version = "1", features = ["serde_derive"] } tempdir = "0.3.7" thiserror = "1.0.30" tokio = { version = "1.14.0", features = ["sync"] } -tower = { version = "0.4.9", features = ["buffer", "util"] } +tower = { version = "0.4.11", features = ["buffer", "util"] } tracing = "0.1" zebra-chain = { path = "../zebra-chain" } diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index a403b42a..4acd4a61 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -16,7 +16,7 @@ rand = "0.8" regex = "1.4.6" tokio = { version = "1.14.0", features = ["full"] } -tower = { version = "0.4.9", features = ["util"] } +tower = { version = "0.4.11", features = ["util"] } futures = "0.3.17" color-eyre = "0.5.11" diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index b58b0000..f5d06a60 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -25,7 +25,7 @@ toml = "0.5" hyper = { version = "0.14.15", features = ["full"] } futures = "0.3" tokio = { version = "1.14.0", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] } -tower = { version = "0.4.9", features = ["hedge", "limit"] } +tower = { version = "0.4.11", features = ["hedge", "limit"] } pin-project = "1.0.7" color-eyre = { version = "0.5.11", features = ["issue-url"] }