Skip to content

Commit 5d60edb

Browse files
build(deps): bump hyper from 0.14.11 to 0.14.12 (#1221)
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.11 to 0.14.12. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper@v0.14.11...v0.14.12) --- 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 8687a02 commit 5d60edb

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
@@ -445,9 +445,9 @@ checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440"
445445

446446
[[package]]
447447
name = "hyper"
448-
version = "0.14.11"
448+
version = "0.14.12"
449449
source = "registry+https://github.com/rust-lang/crates.io-index"
450-
checksum = "0b61cf2d1aebcf6e6352c97b81dc2244ca29194be1b276f5d8ad5c6330fffb11"
450+
checksum = "13f67199e765030fa08fe0bd581af683f0d5bc04ea09c2b1102012c5fb90e7fd"
451451
dependencies = [
452452
"bytes",
453453
"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.11", features = ["http1", "http2"] }
20+
hyper = { version = "0.14.12", 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
@@ -24,13 +24,13 @@ tower = { version = "0.4.8", features = ["util"] }
2424
tracing = "0.1.26"
2525

2626
[target.'cfg(fuzzing)'.dependencies]
27-
hyper = { version = "0.14.11", features = ["http1", "http2"] }
27+
hyper = { version = "0.14.12", features = ["http1", "http2"] }
2828
linkerd-app-test = { path = "../test" }
2929
arbitrary = { version = "1", features = ["derive"] }
3030
libfuzzer-sys = { version = "0.4.2", features = ["arbitrary-derive"] }
3131

3232
[dev-dependencies]
33-
hyper = { version = "0.14.11", features = ["http1", "http2"] }
33+
hyper = { version = "0.14.12", features = ["http1", "http2"] }
3434
linkerd-app-test = { path = "../test" }
3535
linkerd-io = { path = "../../io", features = ["tokio-test"] }
3636
tokio = { version = "1", features = ["full", "macros"] }

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.11", features = ["http1", "http2", "stream", "client", "server"] }
25+
hyper = { version = "0.14.12", 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
@@ -28,7 +28,7 @@ tracing = "0.1.26"
2828
pin-project = "1"
2929

3030
[dev-dependencies]
31-
hyper = { version = "0.14.11", features = ["http1", "http2"] }
31+
hyper = { version = "0.14.12", features = ["http1", "http2"] }
3232
linkerd-app-test = { path = "../test" }
3333
linkerd-io = { path = "../../io", features = ["tokio-test"] }
3434
tokio = { version = "1", features = ["full", "macros"] }

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.11", features = ["http1", "http2"] }
24+
hyper = { version = "0.14.12", 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.11", features = ["http1", "http2"] }
14+
hyper = { version = "0.14.12", 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 = "0.9.1", features = ["gzip"] }
1616
hdrhistogram = { version = "7.3", default-features = false, optional = true }
1717
http = "0.2"
18-
hyper = { version = "0.14.11", features = ["http1", "http2"] }
18+
hyper = { version = "0.14.12", 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.11", features = ["client", "http1", "http2", "server", "stream", "runtime"] }
23+
hyper = { version = "0.14.12", 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.11", features = ["http1", "http2"] }
14+
hyper = { version = "0.14.12", features = ["http1", "http2"] }
1515
futures = { version = "0.3", default-features = false }
1616
ipnet = "2.3"
1717
linkerd2-proxy-api = { version = "0.2", features = ["tap", "server"] }

0 commit comments

Comments
 (0)