Skip to content

Commit 2ca9b28

Browse files
build(deps): bump hyper from 0.14.16 to 0.14.17 (#1486)
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.16 to 0.14.17. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper@v0.14.16...v0.14.17) --- 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>
1 parent 0b1b7b4 commit 2ca9b28

File tree

10 files changed

+15
-21
lines changed

10 files changed

+15
-21
lines changed

Cargo.lock

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"
520520
dependencies = [
521521
"bytes",
522522
"fnv",
523-
"itoa 1.0.1",
523+
"itoa",
524524
]
525525

526526
[[package]]
@@ -554,9 +554,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
554554

555555
[[package]]
556556
name = "hyper"
557-
version = "0.14.16"
557+
version = "0.14.17"
558558
source = "registry+https://github.com/rust-lang/crates.io-index"
559-
checksum = "b7ec3e62bdc98a2f0393a5048e4c30ef659440ea6e0e572965103e72bd836f55"
559+
checksum = "043f0e083e9901b6cc658a77d1eb86f4fc650bbb977a4337dd63192826aa85dd"
560560
dependencies = [
561561
"bytes",
562562
"futures-channel",
@@ -567,7 +567,7 @@ dependencies = [
567567
"http-body",
568568
"httparse",
569569
"httpdate",
570-
"itoa 0.4.8",
570+
"itoa",
571571
"pin-project-lite",
572572
"socket2",
573573
"tokio",
@@ -658,12 +658,6 @@ dependencies = [
658658
"either",
659659
]
660660

661-
[[package]]
662-
name = "itoa"
663-
version = "0.4.8"
664-
source = "registry+https://github.com/rust-lang/crates.io-index"
665-
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
666-
667661
[[package]]
668662
name = "itoa"
669663
version = "1.0.1"
@@ -2269,7 +2263,7 @@ version = "1.0.78"
22692263
source = "registry+https://github.com/rust-lang/crates.io-index"
22702264
checksum = "d23c1ba4cf0efd44be32017709280b32d1cea5c3f1275c3b6d9e8bc54f758085"
22712265
dependencies = [
2272-
"itoa 1.0.1",
2266+
"itoa",
22732267
"ryu",
22742268
"serde",
22752269
]

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.16", features = ["http1", "http2"] }
20+
hyper = { version = "0.14.17", 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
@@ -26,13 +26,13 @@ tower = { version = "0.4.11", features = ["util"] }
2626
tracing = "0.1.30"
2727

2828
[target.'cfg(fuzzing)'.dependencies]
29-
hyper = { version = "0.14.16", features = ["http1", "http2"] }
29+
hyper = { version = "0.14.17", features = ["http1", "http2"] }
3030
linkerd-app-test = { path = "../test" }
3131
arbitrary = { version = "1", features = ["derive"] }
3232
libfuzzer-sys = { version = "0.4.2", features = ["arbitrary-derive"] }
3333

3434
[dev-dependencies]
35-
hyper = { version = "0.14.16", features = ["http1", "http2"] }
35+
hyper = { version = "0.14.17", features = ["http1", "http2"] }
3636
linkerd-app-test = { path = "../test" }
3737
linkerd-io = { path = "../../io", features = ["tokio-test"] }
3838
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
@@ -24,7 +24,7 @@ futures = { version = "0.3", default-features = false, features = ["executor"] }
2424
h2 = "0.3"
2525
http = "0.2"
2626
http-body = "0.4"
27-
hyper = { version = "0.14.16", features = ["http1", "http2", "stream", "client", "server"] }
27+
hyper = { version = "0.14.17", features = ["http1", "http2", "stream", "client", "server"] }
2828
linkerd-app = { path = "..", features = ["allow-loopback"] }
2929
linkerd-app-core = { path = "../core" }
3030
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.30"
3131
pin-project = "1"
3232

3333
[dev-dependencies]
34-
hyper = { version = "0.14.16", features = ["http1", "http2"] }
34+
hyper = { version = "0.14.17", 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
@@ -14,7 +14,7 @@ futures = { version = "0.3", default-features = false }
1414
h2 = "0.3"
1515
http = "0.2"
1616
http-body = "0.4"
17-
hyper = { version = "0.14.16", features = ["http1", "http2"] }
17+
hyper = { version = "0.14.17", features = ["http1", "http2"] }
1818
linkerd-app-core = { path = "../core" }
1919
linkerd-identity = { path = "../../identity" }
2020
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.16", features = ["http1", "http2"] }
14+
hyper = { version = "0.14.17", 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.16", features = ["http1", "http2"] }
18+
hyper = { version = "0.14.17", features = ["http1", "http2"] }
1919
linkerd-stack = { path = "../stack", optional = true }
2020
parking_lot = "0.12"
2121
tokio = { version = "1", features = ["time"] }

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.6"
23-
hyper = { version = "0.14.16", features = ["client", "http1", "http2", "server", "stream", "runtime"] }
23+
hyper = { version = "0.14.17", 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.16", features = ["http1", "http2"] }
14+
hyper = { version = "0.14.17", 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)