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:
parent
f7202bfbc0
commit
1d14032b10
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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" }
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"] }
|
||||
|
|
Loading…
Reference in New Issue