Skip to content

Commit

Permalink
build(deps): bump hyper from 0.14.13 to 0.14.14 (#1326)
Browse files Browse the repository at this point in the history
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.13 to 0.14.14.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.14.13...v0.14.14)

---
updated-dependencies:
- dependency-name: hyper
  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>
(cherry picked from commit 5c5b620)
Signed-off-by: Oliver Gould <ver@buoyant.io>
  • Loading branch information
dependabot[bot] authored and olix0r committed Mar 30, 2022
1 parent fdedf2e commit c9e0f99
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -445,9 +445,9 @@ checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440"

[[package]]
name = "hyper"
version = "0.14.13"
version = "0.14.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15d1cfb9e4f68655fa04c01f59edb405b6074a0f7118ea881e5026e4a1cd8593"
checksum = "2b91bb1f221b6ea1f1e4371216b70f40748774c2fb5971b450c07773fb92d26b"
dependencies = [
"bytes",
"futures-channel",
Expand Down
2 changes: 1 addition & 1 deletion linkerd/app/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bytes = "1"
drain = { version = "0.1.0", features = ["retain"] }
http = "0.2"
http-body = "0.4"
hyper = { version = "0.14.13", features = ["http1", "http2"] }
hyper = { version = "0.14.14", features = ["http1", "http2"] }
futures = { version = "0.3", default-features = false }
ipnet = "2.3"
linkerd-addr = { path = "../../addr" }
Expand Down
4 changes: 2 additions & 2 deletions linkerd/app/inbound/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ tower = { version = "0.4.10", features = ["util"] }
tracing = "0.1.29"

[target.'cfg(fuzzing)'.dependencies]
hyper = { version = "0.14.13", features = ["http1", "http2"] }
hyper = { version = "0.14.14", features = ["http1", "http2"] }
linkerd-app-test = { path = "../test" }
arbitrary = { version = "1", features = ["derive"] }
libfuzzer-sys = { version = "0.4.2", features = ["arbitrary-derive"] }

[dev-dependencies]
hyper = { version = "0.14.13", features = ["http1", "http2"] }
hyper = { version = "0.14.14", features = ["http1", "http2"] }
linkerd-app-test = { path = "../test" }
linkerd-io = { path = "../../io", features = ["tokio-test"] }
tokio = { version = "1", features = ["full", "macros"] }
Expand Down
2 changes: 1 addition & 1 deletion linkerd/app/integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ futures = { version = "0.3", default-features = false, features = ["executor"] }
h2 = "0.3"
http = "0.2"
http-body = "0.4"
hyper = { version = "0.14.13", features = ["http1", "http2", "stream", "client", "server"] }
hyper = { version = "0.14.14", features = ["http1", "http2", "stream", "client", "server"] }
linkerd-app = { path = "..", features = ["allow-loopback"] }
linkerd-app-core = { path = "../core" }
linkerd-metrics = { path = "../../metrics", features = ["test_util"] }
Expand Down
2 changes: 1 addition & 1 deletion linkerd/app/outbound/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tracing = "0.1.29"
pin-project = "1"

[dev-dependencies]
hyper = { version = "0.14.13", features = ["http1", "http2"] }
hyper = { version = "0.14.14", features = ["http1", "http2"] }
linkerd-app-test = { path = "../test" }
linkerd-io = { path = "../../io", features = ["tokio-test"] }
tokio = { version = "1", features = ["full", "macros"] }
Expand Down
2 changes: 1 addition & 1 deletion linkerd/app/test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ futures = { version = "0.3", default-features = false }
h2 = "0.3"
http = "0.2"
http-body = "0.4"
hyper = { version = "0.14.13", features = ["http1", "http2"] }
hyper = { version = "0.14.14", features = ["http1", "http2"] }
linkerd-app-core = { path = "../core" }
linkerd-identity = { path = "../../identity" }
linkerd-io = { path = "../../io", features = ["tokio-test"] }
Expand Down
2 changes: 1 addition & 1 deletion linkerd/http-metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bytes = "1"
futures = { version = "0.3", default-features = false }
http = "0.2"
http-body = "0.4"
hyper = { version = "0.14.13", features = ["http1", "http2"] }
hyper = { version = "0.14.14", features = ["http1", "http2"] }
linkerd-error = { path = "../error" }
linkerd-http-classify = { path = "../http-classify" }
linkerd-metrics = { path = "../metrics", features = ["linkerd-stack"] }
Expand Down
2 changes: 1 addition & 1 deletion linkerd/metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test_util = []
deflate = { version = "0.9.1", features = ["gzip"] }
hdrhistogram = { version = "7.3", default-features = false, optional = true }
http = "0.2"
hyper = { version = "0.14.13", features = ["http1", "http2"] }
hyper = { version = "0.14.14", features = ["http1", "http2"] }
linkerd-stack = { path = "../stack", optional = true }
parking_lot = "0.11"
tokio = { version = "1", features = ["time"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion linkerd/proxy/http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ h2 = "0.3"
http = "0.2"
http-body = "0.4"
httparse = "1.5"
hyper = { version = "0.14.13", features = ["client", "http1", "http2", "server", "stream", "runtime"] }
hyper = { version = "0.14.14", features = ["client", "http1", "http2", "server", "stream", "runtime"] }
hyper-balance = { path = "../../../hyper-balance" }
linkerd-detect = { path = "../../detect" }
linkerd-duplex = { path = "../../duplex" }
Expand Down
2 changes: 1 addition & 1 deletion linkerd/proxy/tap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rustfmt = ["linkerd2-proxy-api/rustfmt"]

[dependencies]
http = "0.2"
hyper = { version = "0.14.13", features = ["http1", "http2"] }
hyper = { version = "0.14.14", features = ["http1", "http2"] }
futures = { version = "0.3", default-features = false }
ipnet = "2.3"
linkerd2-proxy-api = { version = "0.2", features = ["tap", "server"] }
Expand Down

0 comments on commit c9e0f99

Please sign in to comment.