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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-11-22 06:26:39 +10:00 committed by GitHub
parent f7202bfbc0
commit 1d14032b10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 8 additions and 8 deletions

4
Cargo.lock generated
View File

@ -3611,9 +3611,9 @@ dependencies = [
[[package]] [[package]]
name = "tower" name = "tower"
version = "0.4.10" version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c00e500fff5fa1131c866b246041a6bf96da9c965f8fe4128cb1421f23e93c00" checksum = "5651b5f6860a99bd1adb59dbfe1db8beb433e73709d9032b413a77e2fb7c066a"
dependencies = [ dependencies = [
"futures-core", "futures-core",
"futures-util", "futures-util",

View File

@ -10,7 +10,7 @@ futures = "0.3.17"
futures-core = "0.3.13" futures-core = "0.3.13"
pin-project = "1.0.7" pin-project = "1.0.7"
tokio = { version = "1.14.0", features = ["time", "sync", "tracing", "macros"] } 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 = "0.1.29"
tracing-futures = "0.2.5" tracing-futures = "0.2.5"

View File

@ -33,7 +33,7 @@ futures-util = "0.3.17"
metrics = "0.17.0" metrics = "0.17.0"
thiserror = "1.0.30" thiserror = "1.0.30"
tokio = { version = "1.14.0", features = ["time", "sync", "tracing"] } 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 = "0.1.29"
tracing-futures = "0.2.5" tracing-futures = "0.2.5"

View File

@ -27,7 +27,7 @@ futures = "0.3"
tokio = { version = "1.14.0", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] } tokio = { version = "1.14.0", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] }
tokio-stream = { version = "0.1.7", features = ["sync", "time"] } tokio-stream = { version = "0.1.7", features = ["sync", "time"] }
tokio-util = { version = "0.6.9", features = ["codec"] } 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" metrics = "0.17.0"
tracing = "0.1" tracing = "0.1"

View File

@ -32,7 +32,7 @@ serde = { version = "1", features = ["serde_derive"] }
tempdir = "0.3.7" tempdir = "0.3.7"
thiserror = "1.0.30" thiserror = "1.0.30"
tokio = { version = "1.14.0", features = ["sync"] } 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" tracing = "0.1"
zebra-chain = { path = "../zebra-chain" } zebra-chain = { path = "../zebra-chain" }

View File

@ -16,7 +16,7 @@ rand = "0.8"
regex = "1.4.6" regex = "1.4.6"
tokio = { version = "1.14.0", features = ["full"] } 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" futures = "0.3.17"
color-eyre = "0.5.11" color-eyre = "0.5.11"

View File

@ -25,7 +25,7 @@ toml = "0.5"
hyper = { version = "0.14.15", features = ["full"] } hyper = { version = "0.14.15", features = ["full"] }
futures = "0.3" futures = "0.3"
tokio = { version = "1.14.0", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] } 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" pin-project = "1.0.7"
color-eyre = { version = "0.5.11", features = ["issue-url"] } color-eyre = { version = "0.5.11", features = ["issue-url"] }