Skip to content

Commit c92ef3e

Browse files
build(deps): bump hyper from 0.14.14 to 0.14.15 (#1381)
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.14 to 0.14.15. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper@v0.14.14...v0.14.15) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4422c6d commit c92ef3e

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -586,9 +586,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
586586

587587
[[package]]
588588
name = "hyper"
589-
version = "0.14.14"
589+
version = "0.14.15"
590590
source = "registry+https://github.com/rust-lang/crates.io-index"
591-
checksum = "2b91bb1f221b6ea1f1e4371216b70f40748774c2fb5971b450c07773fb92d26b"
591+
checksum = "436ec0091e4f20e655156a30a0df3770fe2900aa301e548e08446ec794b6953c"
592592
dependencies = [
593593
"bytes",
594594
"futures-channel",

linkerd/app/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bytes = "1"
1717
drain = { version = "0.1.0", features = ["retain"] }
1818
http = "0.2"
1919
http-body = "0.4"
20-
hyper = { version = "0.14.14", features = ["http1", "http2"] }
20+
hyper = { version = "0.14.15", features = ["http1", "http2"] }
2121
futures = { version = "0.3", default-features = false }
2222
ipnet = "2.3"
2323
linkerd-addr = { path = "../../addr" }

linkerd/app/inbound/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ tower = { version = "0.4.10", features = ["util"] }
2525
tracing = "0.1.29"
2626

2727
[target.'cfg(fuzzing)'.dependencies]
28-
hyper = { version = "0.14.14", features = ["http1", "http2"] }
28+
hyper = { version = "0.14.15", features = ["http1", "http2"] }
2929
linkerd-app-test = { path = "../test" }
3030
arbitrary = { version = "1", features = ["derive"] }
3131
libfuzzer-sys = { version = "0.4.2", features = ["arbitrary-derive"] }
3232

3333
[dev-dependencies]
34-
hyper = { version = "0.14.14", features = ["http1", "http2"] }
34+
hyper = { version = "0.14.15", features = ["http1", "http2"] }
3535
linkerd-app-test = { path = "../test" }
3636
linkerd-io = { path = "../../io", features = ["tokio-test"] }
3737
linkerd-meshtls = { path = "../../meshtls", features = ["rustls"] }

linkerd/app/integration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ futures = { version = "0.3", default-features = false, features = ["executor"] }
2222
h2 = "0.3"
2323
http = "0.2"
2424
http-body = "0.4"
25-
hyper = { version = "0.14.14", features = ["http1", "http2", "stream", "client", "server"] }
25+
hyper = { version = "0.14.15", features = ["http1", "http2", "stream", "client", "server"] }
2626
linkerd-app = { path = "..", features = ["allow-loopback"] }
2727
linkerd-app-core = { path = "../core" }
2828
linkerd-metrics = { path = "../../metrics", features = ["test_util"] }

linkerd/app/outbound/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tracing = "0.1.29"
3131
pin-project = "1"
3232

3333
[dev-dependencies]
34-
hyper = { version = "0.14.14", features = ["http1", "http2"] }
34+
hyper = { version = "0.14.15", features = ["http1", "http2"] }
3535
linkerd-app-test = { path = "../test" }
3636
linkerd-io = { path = "../../io", features = ["tokio-test"] }
3737
linkerd-meshtls = { path = "../../meshtls", features = ["rustls"] }

linkerd/app/test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ futures = { version = "0.3", default-features = false }
2121
h2 = "0.3"
2222
http = "0.2"
2323
http-body = "0.4"
24-
hyper = { version = "0.14.14", features = ["http1", "http2"] }
24+
hyper = { version = "0.14.15", features = ["http1", "http2"] }
2525
linkerd-app-core = { path = "../core" }
2626
linkerd-identity = { path = "../../identity" }
2727
linkerd-io = { path = "../../io", features = ["tokio-test"] }

linkerd/http-metrics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bytes = "1"
1111
futures = { version = "0.3", default-features = false }
1212
http = "0.2"
1313
http-body = "0.4"
14-
hyper = { version = "0.14.14", features = ["http1", "http2"] }
14+
hyper = { version = "0.14.15", features = ["http1", "http2"] }
1515
linkerd-error = { path = "../error" }
1616
linkerd-http-classify = { path = "../http-classify" }
1717
linkerd-metrics = { path = "../metrics", features = ["linkerd-stack"] }

linkerd/metrics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ test_util = []
1515
deflate = { version = "1.0.0", features = ["gzip"] }
1616
hdrhistogram = { version = "7.4", default-features = false, optional = true }
1717
http = "0.2"
18-
hyper = { version = "0.14.14", features = ["http1", "http2"] }
18+
hyper = { version = "0.14.15", features = ["http1", "http2"] }
1919
linkerd-stack = { path = "../stack", optional = true }
2020
parking_lot = "0.11"
2121
tokio = { version = "1", features = ["time"], optional = true }

linkerd/proxy/http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ h2 = "0.3"
2020
http = "0.2"
2121
http-body = "0.4"
2222
httparse = "1.5"
23-
hyper = { version = "0.14.14", features = ["client", "http1", "http2", "server", "stream", "runtime"] }
23+
hyper = { version = "0.14.15", features = ["client", "http1", "http2", "server", "stream", "runtime"] }
2424
hyper-balance = { path = "../../../hyper-balance" }
2525
linkerd-detect = { path = "../../detect" }
2626
linkerd-duplex = { path = "../../duplex" }

linkerd/proxy/tap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rustfmt = ["linkerd2-proxy-api/rustfmt"]
1111

1212
[dependencies]
1313
http = "0.2"
14-
hyper = { version = "0.14.14", features = ["http1", "http2"] }
14+
hyper = { version = "0.14.15", features = ["http1", "http2"] }
1515
futures = { version = "0.3", default-features = false }
1616
ipnet = "2.3"
1717
linkerd2-proxy-api = { version = "0.3", features = ["tap", "server"] }

0 commit comments

Comments
 (0)