From c28b968f086a69e6f3fc6cfb2302421984e1d7d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 10:26:27 +0000 Subject: [PATCH] build(deps): Bump http from 0.2.11 to 1.1.0 Bumps [http](https://github.com/hyperium/http) from 0.2.11 to 1.1.0. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v0.2.11...v1.1.0) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 77 +++++++++++++++----------- hyper-balance/Cargo.toml | 2 +- linkerd/addr/Cargo.toml | 2 +- linkerd/app/admin/Cargo.toml | 2 +- linkerd/app/core/Cargo.toml | 2 +- linkerd/app/gateway/Cargo.toml | 2 +- linkerd/app/inbound/Cargo.toml | 2 +- linkerd/app/integration/Cargo.toml | 2 +- linkerd/app/outbound/Cargo.toml | 2 +- linkerd/app/test/Cargo.toml | 2 +- linkerd/http-access-log/Cargo.toml | 2 +- linkerd/http-box/Cargo.toml | 2 +- linkerd/http-classify/Cargo.toml | 2 +- linkerd/http-metrics/Cargo.toml | 2 +- linkerd/http-retry/Cargo.toml | 2 +- linkerd/http-route/Cargo.toml | 2 +- linkerd/metrics/Cargo.toml | 2 +- linkerd/opencensus/Cargo.toml | 2 +- linkerd/proxy/api-resolve/Cargo.toml | 2 +- linkerd/proxy/client-policy/Cargo.toml | 2 +- linkerd/proxy/http/Cargo.toml | 2 +- linkerd/proxy/server-policy/Cargo.toml | 2 +- linkerd/proxy/tap/Cargo.toml | 2 +- linkerd/service-profiles/Cargo.toml | 2 +- 24 files changed, 67 insertions(+), 56 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 05ecf9db39..2c5d521896 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -149,7 +149,7 @@ dependencies = [ "bitflags 1.3.2", "bytes", "futures-util", - "http", + "http 0.2.12", "http-body", "hyper", "itoa", @@ -175,7 +175,7 @@ dependencies = [ "async-trait", "bytes", "futures-util", - "http", + "http 0.2.12", "http-body", "mime", "rustversion", @@ -715,7 +715,7 @@ dependencies = [ "futures-core", "futures-sink", "futures-util", - "http", + "http 0.2.12", "indexmap 2.2.5", "slab", "tokio", @@ -775,9 +775,20 @@ dependencies = [ [[package]] name = "http" -version = "0.2.11" +version = "0.2.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" +dependencies = [ + "bytes", + "fnv", + "itoa", +] + +[[package]] +name = "http" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb" +checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" dependencies = [ "bytes", "fnv", @@ -791,7 +802,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" dependencies = [ "bytes", - "http", + "http 0.2.12", "pin-project-lite", ] @@ -824,7 +835,7 @@ dependencies = [ "futures-core", "futures-util", "h2", - "http", + "http 0.2.12", "http-body", "httparse", "httpdate", @@ -842,7 +853,7 @@ name = "hyper-balance" version = "0.1.0" dependencies = [ "futures", - "http", + "http 1.1.0", "hyper", "pin-project", "tokio", @@ -1004,7 +1015,7 @@ checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" name = "linkerd-addr" version = "0.1.0" dependencies = [ - "http", + "http 1.1.0", "ipnet", "linkerd-dns-name", "thiserror", @@ -1039,7 +1050,7 @@ version = "0.1.0" dependencies = [ "deflate", "futures", - "http", + "http 1.1.0", "hyper", "linkerd-app-core", "linkerd-app-inbound", @@ -1060,7 +1071,7 @@ dependencies = [ "bytes", "drain", "futures", - "http", + "http 1.1.0", "http-body", "hyper", "ipnet", @@ -1125,7 +1136,7 @@ name = "linkerd-app-gateway" version = "0.1.0" dependencies = [ "futures", - "http", + "http 1.1.0", "linkerd-app-core", "linkerd-app-inbound", "linkerd-app-outbound", @@ -1149,7 +1160,7 @@ dependencies = [ "arbitrary", "bytes", "futures", - "http", + "http 1.1.0", "hyper", "libfuzzer-sys", "linkerd-app-core", @@ -1185,7 +1196,7 @@ dependencies = [ "flate2", "futures", "h2", - "http", + "http 1.1.0", "http-body", "hyper", "ipnet", @@ -1219,7 +1230,7 @@ dependencies = [ "ahash", "bytes", "futures", - "http", + "http 1.1.0", "hyper", "linkerd-app-core", "linkerd-app-test", @@ -1257,7 +1268,7 @@ version = "0.1.0" dependencies = [ "futures", "h2", - "http", + "http 1.1.0", "http-body", "hyper", "linkerd-app-core", @@ -1384,7 +1395,7 @@ name = "linkerd-http-access-log" version = "0.1.0" dependencies = [ "futures-core", - "http", + "http 1.1.0", "humantime", "linkerd-identity", "linkerd-proxy-transport", @@ -1402,7 +1413,7 @@ version = "0.1.0" dependencies = [ "bytes", "futures", - "http", + "http 1.1.0", "http-body", "linkerd-error", "linkerd-stack", @@ -1413,7 +1424,7 @@ dependencies = [ name = "linkerd-http-classify" version = "0.1.0" dependencies = [ - "http", + "http 1.1.0", "linkerd-error", ] @@ -1423,7 +1434,7 @@ version = "0.1.0" dependencies = [ "bytes", "futures", - "http", + "http 1.1.0", "http-body", "hyper", "linkerd-error", @@ -1443,7 +1454,7 @@ version = "0.1.0" dependencies = [ "bytes", "futures", - "http", + "http 1.1.0", "http-body", "hyper", "linkerd-error", @@ -1459,7 +1470,7 @@ dependencies = [ name = "linkerd-http-route" version = "0.1.0" dependencies = [ - "http", + "http 1.1.0", "linkerd2-proxy-api", "maplit", "rand", @@ -1592,7 +1603,7 @@ name = "linkerd-metrics" version = "0.1.0" dependencies = [ "deflate", - "http", + "http 1.1.0", "hyper", "linkerd-stack", "linkerd-system", @@ -1608,7 +1619,7 @@ name = "linkerd-opencensus" version = "0.1.0" dependencies = [ "futures", - "http", + "http 1.1.0", "http-body", "linkerd-error", "linkerd-metrics", @@ -1655,7 +1666,7 @@ name = "linkerd-proxy-api-resolve" version = "0.1.0" dependencies = [ "futures", - "http", + "http 1.1.0", "http-body", "linkerd-addr", "linkerd-error", @@ -1728,7 +1739,7 @@ name = "linkerd-proxy-client-policy" version = "0.1.0" dependencies = [ "ahash", - "http", + "http 1.1.0", "ipnet", "linkerd-error", "linkerd-exp-backoff", @@ -1778,7 +1789,7 @@ dependencies = [ "drain", "futures", "h2", - "http", + "http 1.1.0", "http-body", "httparse", "hyper", @@ -1840,7 +1851,7 @@ dependencies = [ name = "linkerd-proxy-server-policy" version = "0.1.0" dependencies = [ - "http", + "http 1.1.0", "ipnet", "linkerd-http-route", "linkerd2-proxy-api", @@ -1878,7 +1889,7 @@ name = "linkerd-proxy-tap" version = "0.1.0" dependencies = [ "futures", - "http", + "http 1.1.0", "hyper", "ipnet", "linkerd-conditional", @@ -1979,7 +1990,7 @@ version = "0.1.0" dependencies = [ "bytes", "futures", - "http", + "http 1.1.0", "http-body", "linkerd-addr", "linkerd-dns-name", @@ -2125,7 +2136,7 @@ dependencies = [ "bytes", "futures", "hex", - "http", + "http 0.2.12", "linkerd-error", "linkerd-stack", "rand", @@ -2203,7 +2214,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d1713a2bd4b823395b97c89a15aeb9d7ec3cd99603e8f46190f1f0b97b6f880a" dependencies = [ "h2", - "http", + "http 0.2.12", "ipnet", "prost", "prost-types", @@ -3318,7 +3329,7 @@ dependencies = [ "base64 0.21.7", "bytes", "h2", - "http", + "http 0.2.12", "http-body", "hyper", "hyper-timeout", diff --git a/hyper-balance/Cargo.toml b/hyper-balance/Cargo.toml index 54238fb283..cbf6a3006c 100644 --- a/hyper-balance/Cargo.toml +++ b/hyper-balance/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] futures = { version = "0.3", default-features = false } -http = "0.2" +http = "1.1" hyper = "0.14" pin-project = "1" tower = { version = "0.4", default-features = false, features = ["load"] } diff --git a/linkerd/addr/Cargo.toml b/linkerd/addr/Cargo.toml index 8cfd9faec9..14d2f140b5 100644 --- a/linkerd/addr/Cargo.toml +++ b/linkerd/addr/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" publish = false [dependencies] -http = "0.2" +http = "1.1" ipnet = "2.7" linkerd-dns-name = { path = "../dns/name" } thiserror = "1" diff --git a/linkerd/app/admin/Cargo.toml b/linkerd/app/admin/Cargo.toml index ce61556ea7..e2d7603c22 100644 --- a/linkerd/app/admin/Cargo.toml +++ b/linkerd/app/admin/Cargo.toml @@ -16,7 +16,7 @@ log-streaming = ["linkerd-tracing/stream"] [dependencies] deflate = { version = "1", optional = true, features = ["gzip"] } -http = "0.2" +http = "1.1" hyper = { version = "0.14", features = ["http1", "http2"] } futures = { version = "0.3", default-features = false } linkerd-app-core = { path = "../core" } diff --git a/linkerd/app/core/Cargo.toml b/linkerd/app/core/Cargo.toml index b11e5151c7..24494394c0 100644 --- a/linkerd/app/core/Cargo.toml +++ b/linkerd/app/core/Cargo.toml @@ -15,7 +15,7 @@ independently of the inbound and outbound proxy logic. [dependencies] bytes = "1" drain = { version = "0.1", features = ["retain"] } -http = "0.2" +http = "1.1" http-body = "0.4" hyper = { version = "0.14", features = ["http1", "http2"] } futures = { version = "0.3", default-features = false } diff --git a/linkerd/app/gateway/Cargo.toml b/linkerd/app/gateway/Cargo.toml index 86603399ab..123d2c8533 100644 --- a/linkerd/app/gateway/Cargo.toml +++ b/linkerd/app/gateway/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" publish = false [dependencies] -http = "0.2" +http = "1.1" futures = { version = "0.3", default-features = false } linkerd-app-core = { path = "../core" } linkerd-app-inbound = { path = "../inbound" } diff --git a/linkerd/app/inbound/Cargo.toml b/linkerd/app/inbound/Cargo.toml index a12db2dbac..44ab7a7a0c 100644 --- a/linkerd/app/inbound/Cargo.toml +++ b/linkerd/app/inbound/Cargo.toml @@ -19,7 +19,7 @@ test-util = [ [dependencies] bytes = "1" -http = "0.2" +http = "1.1" futures = { version = "0.3", default-features = false } linkerd-app-core = { path = "../core" } linkerd-app-test = { path = "../test", optional = true } diff --git a/linkerd/app/integration/Cargo.toml b/linkerd/app/integration/Cargo.toml index 3d083fb4be..5d00cb62bc 100644 --- a/linkerd/app/integration/Cargo.toml +++ b/linkerd/app/integration/Cargo.toml @@ -20,7 +20,7 @@ flakey = [] bytes = "1" futures = { version = "0.3", default-features = false, features = ["executor"] } h2 = "0.3" -http = "0.2" +http = "1.1" http-body = "0.4" hyper = { version = "0.14", features = [ "http1", diff --git a/linkerd/app/outbound/Cargo.toml b/linkerd/app/outbound/Cargo.toml index dcb7ad0c31..30c20525c4 100644 --- a/linkerd/app/outbound/Cargo.toml +++ b/linkerd/app/outbound/Cargo.toml @@ -18,7 +18,7 @@ test-util = ["linkerd-app-test", "linkerd-meshtls-rustls/test-util"] [dependencies] ahash = "0.8" bytes = "1" -http = "0.2" +http = "1.1" futures = { version = "0.3", default-features = false } linkerd2-proxy-api = { version = "0.13", features = ["outbound"] } linkerd-app-core = { path = "../core" } diff --git a/linkerd/app/test/Cargo.toml b/linkerd/app/test/Cargo.toml index 64829d7ec4..16345e5420 100644 --- a/linkerd/app/test/Cargo.toml +++ b/linkerd/app/test/Cargo.toml @@ -15,7 +15,7 @@ client-policy = ["linkerd-proxy-client-policy", "tonic", "linkerd-http-route"] [dependencies] futures = { version = "0.3", default-features = false } h2 = "0.3" -http = "0.2" +http = "1.1" http-body = "0.4" hyper = { version = "0.14", features = ["http1", "http2"] } linkerd-app-core = { path = "../core" } diff --git a/linkerd/http-access-log/Cargo.toml b/linkerd/http-access-log/Cargo.toml index 4178e78e6f..fc71c3faee 100644 --- a/linkerd/http-access-log/Cargo.toml +++ b/linkerd/http-access-log/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] futures-core = "0.3" -http = "0.2" +http = "1.1" humantime = "2" pin-project = "1" linkerd-stack = { path = "../stack" } diff --git a/linkerd/http-box/Cargo.toml b/linkerd/http-box/Cargo.toml index d844a1f675..ce56ba45fd 100644 --- a/linkerd/http-box/Cargo.toml +++ b/linkerd/http-box/Cargo.toml @@ -9,7 +9,7 @@ publish = false [dependencies] bytes = "1" futures = { version = "0.3", default-features = false } -http = "0.2" +http = "1.1" http-body = "0.4" linkerd-error = { path = "../error" } linkerd-stack = { path = "../stack" } diff --git a/linkerd/http-classify/Cargo.toml b/linkerd/http-classify/Cargo.toml index 0a61409038..bb60e5046f 100644 --- a/linkerd/http-classify/Cargo.toml +++ b/linkerd/http-classify/Cargo.toml @@ -7,5 +7,5 @@ edition = "2021" publish = false [dependencies] -http = "0.2" +http = "1.1" linkerd-error = { path = "../error" } diff --git a/linkerd/http-metrics/Cargo.toml b/linkerd/http-metrics/Cargo.toml index 3c22bc329e..138c6a9593 100644 --- a/linkerd/http-metrics/Cargo.toml +++ b/linkerd/http-metrics/Cargo.toml @@ -12,7 +12,7 @@ test-util = [] [dependencies] bytes = "1" futures = { version = "0.3", default-features = false } -http = "0.2" +http = "1.1" http-body = "0.4" hyper = { version = "0.14", features = ["http1", "http2"] } linkerd-error = { path = "../error" } diff --git a/linkerd/http-retry/Cargo.toml b/linkerd/http-retry/Cargo.toml index 065b3f9eff..2241d2e106 100644 --- a/linkerd/http-retry/Cargo.toml +++ b/linkerd/http-retry/Cargo.toml @@ -10,7 +10,7 @@ publish = false bytes = "1" futures = { version = "0.3", default-features = false } http-body = "0.4" -http = "0.2" +http = "1.1" linkerd-error = { path = "../error" } linkerd-stack = { path = "../stack" } parking_lot = "0.12" diff --git a/linkerd/http-route/Cargo.toml b/linkerd/http-route/Cargo.toml index 43bb594925..db61b27b5a 100644 --- a/linkerd/http-route/Cargo.toml +++ b/linkerd/http-route/Cargo.toml @@ -9,7 +9,7 @@ publish = false proto = ["linkerd2-proxy-api"] [dependencies] -http = "0.2" +http = "1.1" regex = "1" rand = "0.8" thiserror = "1" diff --git a/linkerd/metrics/Cargo.toml b/linkerd/metrics/Cargo.toml index 5e9d40ce19..b9c2f6e774 100644 --- a/linkerd/metrics/Cargo.toml +++ b/linkerd/metrics/Cargo.toml @@ -14,7 +14,7 @@ test_util = [] [dependencies] deflate = { version = "1", features = ["gzip"] } -http = "0.2" +http = "1.1" hyper = { version = "0.14", features = ["http1", "http2"] } linkerd-stack = { path = "../stack", optional = true } linkerd-system = { path = "../system", optional = true } diff --git a/linkerd/opencensus/Cargo.toml b/linkerd/opencensus/Cargo.toml index 65d1b45eed..7a7856a16e 100644 --- a/linkerd/opencensus/Cargo.toml +++ b/linkerd/opencensus/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] futures = { version = "0.3", default-features = false } -http = "0.2" +http = "1.1" http-body = "0.4" linkerd-error = { path = "../error" } linkerd-metrics = { path = "../metrics" } diff --git a/linkerd/proxy/api-resolve/Cargo.toml b/linkerd/proxy/api-resolve/Cargo.toml index 999f3d99e9..e2ed7311d5 100644 --- a/linkerd/proxy/api-resolve/Cargo.toml +++ b/linkerd/proxy/api-resolve/Cargo.toml @@ -19,7 +19,7 @@ linkerd-stack = { path = "../../stack" } linkerd-tonic-stream = { path = "../../tonic-stream" } linkerd-tls = { path = "../../tls" } linkerd-identity = { path = "../../identity" } -http = "0.2" +http = "1.1" http-body = "0.4" pin-project = "1" prost = "0.12" diff --git a/linkerd/proxy/client-policy/Cargo.toml b/linkerd/proxy/client-policy/Cargo.toml index b2be6c1d34..a1bd5e9db8 100644 --- a/linkerd/proxy/client-policy/Cargo.toml +++ b/linkerd/proxy/client-policy/Cargo.toml @@ -17,7 +17,7 @@ proto = [ [dependencies] ahash = "0.8" ipnet = "2" -http = "0.2" +http = "1.1" linkerd2-proxy-api = { version = "0.13", optional = true, features = [ "outbound", ] } diff --git a/linkerd/proxy/http/Cargo.toml b/linkerd/proxy/http/Cargo.toml index 4d6729f92c..096a970228 100644 --- a/linkerd/proxy/http/Cargo.toml +++ b/linkerd/proxy/http/Cargo.toml @@ -17,7 +17,7 @@ bytes = "1" drain = "0.1" futures = { version = "0.3", default-features = false } h2 = "0.3" -http = "0.2" +http = "1.1" http-body = "0.4" httparse = "1" hyper = { version = "0.14", features = [ diff --git a/linkerd/proxy/server-policy/Cargo.toml b/linkerd/proxy/server-policy/Cargo.toml index 15cab0766a..2efa3b0ed9 100644 --- a/linkerd/proxy/server-policy/Cargo.toml +++ b/linkerd/proxy/server-policy/Cargo.toml @@ -11,7 +11,7 @@ proto = ["linkerd-http-route/proto", "linkerd2-proxy-api", "prost-types"] [dependencies] ipnet = "2" -http = "0.2" +http = "1.1" linkerd-http-route = { path = "../../http-route" } prost-types = { version = "0.12", optional = true } thiserror = "1" diff --git a/linkerd/proxy/tap/Cargo.toml b/linkerd/proxy/tap/Cargo.toml index ac437fb270..5f77ecd434 100644 --- a/linkerd/proxy/tap/Cargo.toml +++ b/linkerd/proxy/tap/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" publish = false [dependencies] -http = "0.2" +http = "1.1" hyper = { version = "0.14", features = ["http1", "http2"] } futures = { version = "0.3", default-features = false } ipnet = "2.7" diff --git a/linkerd/service-profiles/Cargo.toml b/linkerd/service-profiles/Cargo.toml index 73bff4d7d4..282ec6156a 100644 --- a/linkerd/service-profiles/Cargo.toml +++ b/linkerd/service-profiles/Cargo.toml @@ -12,7 +12,7 @@ Implements client layers for Linkerd ServiceProfiles. [dependencies] bytes = "1" futures = { version = "0.3", default-features = false } -http = "0.2" +http = "1.1" http-body = "0.4" linkerd-addr = { path = "../addr" } linkerd-dns-name = { path = "../dns/name" }