build(deps): bump tower from 0.4.7 to 0.4.8 (#1102)

This commit is contained in:
dependabot[bot] 2021-06-17 18:43:49 +00:00 committed by GitHub
parent c8a20e43bc
commit 1f1b2fd599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
33 changed files with 37 additions and 37 deletions

View File

@ -2307,9 +2307,9 @@ dependencies = [
[[package]] [[package]]
name = "tower" name = "tower"
version = "0.4.7" version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf0aa6dfc29148c3826708dabbfa83c121eeb84df4d1468220825e3a33651687" checksum = "f60422bc7fefa2f3ec70359b8ff1caff59d785877eb70595904605bcc412470f"
dependencies = [ dependencies = [
"futures-core", "futures-core",
"futures-util", "futures-util",

View File

@ -11,7 +11,7 @@ futures = { version = "0.3", default-features = false }
http = "0.2" http = "0.2"
hyper = "0.14" hyper = "0.14"
pin-project = "1" pin-project = "1"
tower = { version = "0.4.7", default-features = false, features = ["load"] } tower = { version = "0.4.8", default-features = false, features = ["load"] }
tokio = { version = "1", features = ["macros"] } tokio = { version = "1", features = ["macros"] }
[dev-dependencies] [dev-dependencies]

View File

@ -30,5 +30,5 @@ thiserror = "1.0"
tokio = { version = "1", features = ["rt"] } tokio = { version = "1", features = ["rt"] }
tokio-stream = { version = "0.1.6", features = ["time", "sync"] } tokio-stream = { version = "0.1.6", features = ["time", "sync"] }
tonic = { version = "0.4", default-features = false, features = ["prost"] } tonic = { version = "0.4", default-features = false, features = ["prost"] }
tower = "0.4.7" tower = "0.4.8"
tracing = "0.1.26" tracing = "0.1.26"

View File

@ -71,7 +71,7 @@ tracing = "0.1.26"
pin-project = "1" pin-project = "1"
[dependencies.tower] [dependencies.tower]
version = "0.4.7" version = "0.4.8"
default-features = false default-features = false
features = [ features = [
"buffer", "buffer",

View File

@ -15,12 +15,12 @@ linkerd-app-inbound = { path = "../inbound" }
linkerd-app-outbound = { path = "../outbound" } linkerd-app-outbound = { path = "../outbound" }
thiserror = "1.0" thiserror = "1.0"
tokio = { version = "1", features = ["sync"] } tokio = { version = "1", features = ["sync"] }
tower = { version = "0.4.7", default-features = false } tower = { version = "0.4.8", default-features = false }
tracing = "0.1.26" tracing = "0.1.26"
[dev-dependencies] [dev-dependencies]
tokio = { version = "1", features = ["rt", "macros"] } tokio = { version = "1", features = ["rt", "macros"] }
tokio-test = "0.4" tokio-test = "0.4"
tower = { version = "0.4.7", default-features = false, features = ["util"] } tower = { version = "0.4.8", default-features = false, features = ["util"] }
tower-test = "0.4" tower-test = "0.4"
linkerd-app-test = { path = "../test" } linkerd-app-test = { path = "../test" }

View File

@ -17,7 +17,7 @@ indexmap = "1.6"
linkerd-app-core = { path = "../core" } linkerd-app-core = { path = "../core" }
thiserror = "1.0" thiserror = "1.0"
tokio = { version = "1", features = ["sync"] } tokio = { version = "1", features = ["sync"] }
tower = { version = "0.4.7", features = ["util"] } tower = { version = "0.4.8", features = ["util"] }
tracing = "0.1.26" tracing = "0.1.26"
[target.'cfg(fuzzing)'.dependencies] [target.'cfg(fuzzing)'.dependencies]

View File

@ -35,7 +35,7 @@ rustls = "0.19"
tokio = { version = "1", features = ["io-util", "net", "rt", "macros"] } tokio = { version = "1", features = ["io-util", "net", "rt", "macros"] }
tokio-stream = { version = "0.1.6", features = ["sync"] } tokio-stream = { version = "0.1.6", features = ["sync"] }
tokio-rustls = "0.22" tokio-rustls = "0.22"
tower = { version = "0.4.7", default-features = false } tower = { version = "0.4.8", default-features = false }
tonic = { version = "0.4", default-features = false } tonic = { version = "0.4", default-features = false }
tracing = "0.1.26" tracing = "0.1.26"
webpki = "0.21" webpki = "0.21"

View File

@ -24,7 +24,7 @@ linkerd-http-retry = { path = "../../http-retry" }
linkerd-identity = { path = "../../identity" } linkerd-identity = { path = "../../identity" }
thiserror = "1.0" thiserror = "1.0"
tokio = { version = "1", features = ["sync"] } tokio = { version = "1", features = ["sync"] }
tower = { version = "0.4.7", features = ["util"] } tower = { version = "0.4.8", features = ["util"] }
tracing = "0.1.26" tracing = "0.1.26"
pin-project = "1" pin-project = "1"

View File

@ -29,7 +29,7 @@ regex = "1"
tokio = { version = "1", features = ["io-util", "net", "rt", "sync"]} tokio = { version = "1", features = ["io-util", "net", "rt", "sync"]}
tokio-test = "0.4" tokio-test = "0.4"
tokio-stream = { version = "0.1.6", features = ["sync"] } tokio-stream = { version = "0.1.6", features = ["sync"] }
tower = { version = "0.4.7", default-features = false} tower = { version = "0.4.8", default-features = false}
tracing = "0.1.26" tracing = "0.1.26"
tracing-subscriber = { version = "0.2.18", features = ["env-filter", "fmt"], default-features = false } tracing-subscriber = { version = "0.2.18", features = ["env-filter", "fmt"], default-features = false }
thiserror = "1" thiserror = "1"

View File

@ -12,7 +12,7 @@ linkerd-error = { path = "../error" }
linkerd-stack = { path = "../stack" } linkerd-stack = { path = "../stack" }
parking_lot = "0.11" parking_lot = "0.11"
tokio = { version = "1", default-features = false, features = ["rt", "sync", "time"] } tokio = { version = "1", default-features = false, features = ["rt", "sync", "time"] }
tower = { version = "0.4.7", default-features = false, features = ["util"] } tower = { version = "0.4.8", default-features = false, features = ["util"] }
tracing = "0.1.26" tracing = "0.1.26"
[dev-dependencies] [dev-dependencies]

View File

@ -12,6 +12,6 @@ futures = { version = "0.3", default-features = false }
linkerd-stack = { path = "../stack" } linkerd-stack = { path = "../stack" }
tokio = { version = "1", features = ["sync"] } tokio = { version = "1", features = ["sync"] }
tokio-util = "0.6.7" tokio-util = "0.6.7"
tower = { version = "0.4.7", default-features = false } tower = { version = "0.4.8", default-features = false }
tracing = "0.1.26" tracing = "0.1.26"
pin-project = "1" pin-project = "1"

View File

@ -14,5 +14,5 @@ linkerd-io = { path = "../io" }
linkerd-stack = { path = "../stack" } linkerd-stack = { path = "../stack" }
tokio = { version = "1", features = ["time"] } tokio = { version = "1", features = ["time"] }
thiserror = "1.0" thiserror = "1.0"
tower = "0.4.7" tower = "0.4.8"
tracing = "0.1.26" tracing = "0.1.26"

View File

@ -11,5 +11,5 @@ publish = false
futures = { version = "0.3", default-features = false } futures = { version = "0.3", default-features = false }
indexmap = "1.6" indexmap = "1.6"
linkerd-metrics = { path = "../metrics" } linkerd-metrics = { path = "../metrics" }
tower = { version = "0.4.7", default-features = false } tower = { version = "0.4.8", default-features = false }
pin-project = "1" pin-project = "1"

View File

@ -10,5 +10,5 @@ publish = false
[dependencies] [dependencies]
futures = { version = "0.3", default-features = false } futures = { version = "0.3", default-features = false }
linkerd-error = { path = "../error" } linkerd-error = { path = "../error" }
tower = { version = "0.4.7", default-features = false } tower = { version = "0.4.8", default-features = false }
pin-project = "1" pin-project = "1"

View File

@ -10,4 +10,4 @@ publish = false
http = "0.2" http = "0.2"
linkerd-error = { path = "../error" } linkerd-error = { path = "../error" }
linkerd-stack = { path = "../stack" } linkerd-stack = { path = "../stack" }
tower = { version = "0.4.7", default-features = false } tower = { version = "0.4.8", default-features = false }

View File

@ -17,6 +17,6 @@ linkerd-error = { path = "../error" }
linkerd-http-classify = { path = "../http-classify" } linkerd-http-classify = { path = "../http-classify" }
linkerd-metrics = { path = "../metrics" } linkerd-metrics = { path = "../metrics" }
linkerd-stack = { path = "../stack" } linkerd-stack = { path = "../stack" }
tower = "0.4.7" tower = "0.4.8"
tracing = "0.1.26" tracing = "0.1.26"
pin-project = "1" pin-project = "1"

View File

@ -14,7 +14,7 @@ linkerd-error = { path = "../error" }
linkerd-metrics = { path = "../metrics" } linkerd-metrics = { path = "../metrics" }
opencensus-proto = { path = "../../opencensus-proto" } opencensus-proto = { path = "../../opencensus-proto" }
tonic = { version = "0.4", default-features = false, features = ["prost", "codegen"] } tonic = { version = "0.4", default-features = false, features = ["prost", "codegen"] }
tower = { version = "0.4.7", default-features = false } tower = { version = "0.4.8", default-features = false }
tokio = { version = "1", features = ["macros", "sync", "time"] } tokio = { version = "1", features = ["macros", "sync", "time"] }
tokio-stream = { version = "0.1.6", features = ["sync"] } tokio-stream = { version = "0.1.6", features = ["sync"] }
tracing = "0.1.26" tracing = "0.1.26"

View File

@ -27,5 +27,5 @@ indexmap = "1.6"
pin-project = "1" pin-project = "1"
prost = "0.7" prost = "0.7"
tonic = { version = "0.4", default-features = false } tonic = { version = "0.4", default-features = false }
tower = { version = "0.4.7", default-features = false } tower = { version = "0.4.8", default-features = false }
tracing = "0.1.26" tracing = "0.1.26"

View File

@ -12,5 +12,5 @@ Core interfaces needed to implement proxy components
[dependencies] [dependencies]
futures = { version = "0.3", default-features = false } futures = { version = "0.3", default-features = false }
linkerd-error = { path = "../../error" } linkerd-error = { path = "../../error" }
tower = { version = "0.4.7", default-features = false } tower = { version = "0.4.8", default-features = false }
pin-project = "1" pin-project = "1"

View File

@ -17,11 +17,11 @@ linkerd-proxy-core = { path = "../core" }
linkerd-stack = { path = "../../stack" } linkerd-stack = { path = "../../stack" }
tokio = { version = "1", features = ["sync", "time"] } tokio = { version = "1", features = ["sync", "time"] }
tokio-util = "0.6.7" tokio-util = "0.6.7"
tower = { version = "0.4.7", features = ["discover"] } tower = { version = "0.4.8", features = ["discover"] }
tracing = "0.1.26" tracing = "0.1.26"
pin-project = "1" pin-project = "1"
[dev-dependencies] [dev-dependencies]
async-stream = "0.3" async-stream = "0.3"
tokio = { version = "1", features = ["macros", "rt"] } tokio = { version = "1", features = ["macros", "rt"] }
tower = { version = "0.4.7", default-features = false, features = ["discover", "util"]} tower = { version = "0.4.8", default-features = false, features = ["discover", "util"]}

View File

@ -18,5 +18,5 @@ linkerd-proxy-core = { path = "../core" }
linkerd-stack = { path = "../../stack" } linkerd-stack = { path = "../../stack" }
tokio = { version = "1", features = ["sync"] } tokio = { version = "1", features = ["sync"] }
tokio-stream = { version = "0.1.6", features = ["sync"]} tokio-stream = { version = "0.1.6", features = ["sync"]}
tower = "0.4.7" tower = "0.4.8"
tracing = "0.1.26" tracing = "0.1.26"

View File

@ -34,7 +34,7 @@ linkerd-timeout = { path = "../../timeout" }
rand = "0.8" rand = "0.8"
thiserror = "1.0" thiserror = "1.0"
tokio = { version = "1", features = ["time", "rt"] } tokio = { version = "1", features = ["time", "rt"] }
tower = { version = "0.4.7", default-features = false, features = ["balance", "load", "discover"] } tower = { version = "0.4.8", default-features = false, features = ["balance", "load", "discover"] }
tracing = "0.1.26" tracing = "0.1.26"
try-lock = "0.2" try-lock = "0.2"
pin-project = "1" pin-project = "1"

View File

@ -14,6 +14,6 @@ futures = { version = "0.3", default-features = false }
linkerd-error = { path = "../../error" } linkerd-error = { path = "../../error" }
linkerd-proxy-core = { path = "../core" } linkerd-proxy-core = { path = "../core" }
thiserror = "1.0" thiserror = "1.0"
tower = "0.4.7" tower = "0.4.8"
tracing = "0.1" tracing = "0.1"
pin-project = "1" pin-project = "1"

View File

@ -27,7 +27,7 @@ linkerd-tls = { path = "../../tls" }
rand = { version = "0.8" } rand = { version = "0.8" }
thiserror = "1.0" thiserror = "1.0"
tokio = { version = "1", features = ["time"]} tokio = { version = "1", features = ["time"]}
tower = { version = "0.4.7", default-features = false } tower = { version = "0.4.8", default-features = false }
tonic = { version = "0.4", default-features = false } tonic = { version = "0.4", default-features = false }
tracing = "0.1.26" tracing = "0.1.26"
pin-project = "1" pin-project = "1"

View File

@ -14,5 +14,5 @@ linkerd-error = { path = "../../error" }
linkerd-stack = { path = "../../stack" } linkerd-stack = { path = "../../stack" }
rand = "0.8" rand = "0.8"
tokio = { version = "1" } tokio = { version = "1" }
tower = { version = "0.4.7", default-features = false, features = ["balance", "load", "discover"] } tower = { version = "0.4.8", default-features = false, features = ["balance", "load", "discover"] }
pin-project = "1" pin-project = "1"

View File

@ -10,7 +10,7 @@ publish = false
linkerd-error = { path = "../error" } linkerd-error = { path = "../error" }
linkerd-stack = { path = "../stack" } linkerd-stack = { path = "../stack" }
futures = { version = "0.3", default-features = false } futures = { version = "0.3", default-features = false }
tower = { version = "0.4.7", default-features = false } tower = { version = "0.4.8", default-features = false }
tracing = "0.1.26" tracing = "0.1.26"
pin-project = "1" pin-project = "1"

View File

@ -10,5 +10,5 @@ publish = false
linkerd-error = { path = "../error" } linkerd-error = { path = "../error" }
linkerd-stack = { path = "../stack" } linkerd-stack = { path = "../stack" }
pin-project = "1" pin-project = "1"
tower = { version = "0.4.7", default-features = false, features = ["retry"] } tower = { version = "0.4.8", default-features = false, features = ["retry"] }
tracing = "0.1.26" tracing = "0.1.26"

View File

@ -30,7 +30,7 @@ regex = "1.5.4"
tokio = { version = "1", features = ["macros", "rt", "sync", "time"] } tokio = { version = "1", features = ["macros", "rt", "sync", "time"] }
tokio-stream = { version = "0.1", features = ["sync"] } tokio-stream = { version = "0.1", features = ["sync"] }
tonic = { version = "0.4", default-features = false } tonic = { version = "0.4", default-features = false }
tower = { version = "0.4.7", features = [ "ready-cache", "retry", "util"] } tower = { version = "0.4.8", features = [ "ready-cache", "retry", "util"] }
thiserror = "1" thiserror = "1"
tracing = "0.1.26" tracing = "0.1.26"
pin-project = "1" pin-project = "1"

View File

@ -15,7 +15,7 @@ futures = { version = "0.3", default-features = false }
linkerd-error = { path = "../error" } linkerd-error = { path = "../error" }
pin-project = "1" pin-project = "1"
tokio = { version = "1", features = ["time"] } tokio = { version = "1", features = ["time"] }
tower = { version = "0.4.3", features = ["filter", "util"] } tower = { version = "0.4.8", features = ["filter", "util"] }
tracing = "0.1" tracing = "0.1"
[dev-dependencies] [dev-dependencies]

View File

@ -9,5 +9,5 @@ publish = false
[dependencies] [dependencies]
indexmap = "1.6" indexmap = "1.6"
linkerd-metrics = { path = "../../metrics" } linkerd-metrics = { path = "../../metrics" }
tower = { version = "0.4.7", default-features = false } tower = { version = "0.4.8", default-features = false }
tokio = { version = "1", features = ["time"] } tokio = { version = "1", features = ["time"] }

View File

@ -10,6 +10,6 @@ publish = false
futures = { version = "0.3", default-features = false } futures = { version = "0.3", default-features = false }
linkerd-error = { path = "../../error" } linkerd-error = { path = "../../error" }
linkerd-stack = { path = ".." } linkerd-stack = { path = ".." }
tower = "0.4.7" tower = "0.4.8"
tracing = "0.1.26" tracing = "0.1.26"
pin-project = "1" pin-project = "1"

View File

@ -14,7 +14,7 @@ thiserror = "1"
tracing = "0.1.26" tracing = "0.1.26"
pin-project = "1" pin-project = "1"
tokio = { version = "1", features = ["time"] } tokio = { version = "1", features = ["time"] }
tower = { version = "0.4.7", features = ["util", "make"] } tower = { version = "0.4.8", features = ["util", "make"] }
[dev-dependencies] [dev-dependencies]
tower-test = "0.4" tower-test = "0.4"

View File

@ -20,7 +20,7 @@ rustls = "0.19"
thiserror = "1.0" thiserror = "1.0"
tokio = { version = "1", features = ["macros", "time"] } tokio = { version = "1", features = ["macros", "time"] }
tokio-rustls = "0.22" tokio-rustls = "0.22"
tower = "0.4.7" tower = "0.4.8"
tracing = "0.1.26" tracing = "0.1.26"
webpki = "0.21" webpki = "0.21"
untrusted = "0.7" untrusted = "0.7"
@ -30,4 +30,4 @@ linkerd-identity = { path = "../identity", features = ["test-util"] }
linkerd-proxy-transport = { path = "../proxy/transport" } linkerd-proxy-transport = { path = "../proxy/transport" }
linkerd-tracing = { path = "../tracing", features = ["ansi"] } linkerd-tracing = { path = "../tracing", features = ["ansi"] }
tokio = { version = "1", features = ["rt-multi-thread"] } tokio = { version = "1", features = ["rt-multi-thread"] }
tower = { version = "0.4.7", default-features = false, features = ["util"] } tower = { version = "0.4.8", default-features = false, features = ["util"] }