Skip to content

Commit

Permalink
build(deps): Bump http from 0.2.11 to 1.1.0
Browse files Browse the repository at this point in the history
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](hyperium/http@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 5, 2024
1 parent 71b161d commit c28b968
Show file tree
Hide file tree
Showing 24 changed files with 67 additions and 56 deletions.
77 changes: 44 additions & 33 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ dependencies = [
"bitflags 1.3.2",
"bytes",
"futures-util",
"http",
"http 0.2.12",
"http-body",
"hyper",
"itoa",
Expand All @@ -175,7 +175,7 @@ dependencies = [
"async-trait",
"bytes",
"futures-util",
"http",
"http 0.2.12",
"http-body",
"mime",
"rustversion",
Expand Down Expand Up @@ -715,7 +715,7 @@ dependencies = [
"futures-core",
"futures-sink",
"futures-util",
"http",
"http 0.2.12",
"indexmap 2.2.5",
"slab",
"tokio",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
]

Expand Down Expand Up @@ -824,7 +835,7 @@ dependencies = [
"futures-core",
"futures-util",
"h2",
"http",
"http 0.2.12",
"http-body",
"httparse",
"httpdate",
Expand All @@ -842,7 +853,7 @@ name = "hyper-balance"
version = "0.1.0"
dependencies = [
"futures",
"http",
"http 1.1.0",
"hyper",
"pin-project",
"tokio",
Expand Down Expand Up @@ -1004,7 +1015,7 @@ checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
name = "linkerd-addr"
version = "0.1.0"
dependencies = [
"http",
"http 1.1.0",
"ipnet",
"linkerd-dns-name",
"thiserror",
Expand Down Expand Up @@ -1039,7 +1050,7 @@ version = "0.1.0"
dependencies = [
"deflate",
"futures",
"http",
"http 1.1.0",
"hyper",
"linkerd-app-core",
"linkerd-app-inbound",
Expand All @@ -1060,7 +1071,7 @@ dependencies = [
"bytes",
"drain",
"futures",
"http",
"http 1.1.0",
"http-body",
"hyper",
"ipnet",
Expand Down Expand Up @@ -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",
Expand All @@ -1149,7 +1160,7 @@ dependencies = [
"arbitrary",
"bytes",
"futures",
"http",
"http 1.1.0",
"hyper",
"libfuzzer-sys",
"linkerd-app-core",
Expand Down Expand Up @@ -1185,7 +1196,7 @@ dependencies = [
"flate2",
"futures",
"h2",
"http",
"http 1.1.0",
"http-body",
"hyper",
"ipnet",
Expand Down Expand Up @@ -1219,7 +1230,7 @@ dependencies = [
"ahash",
"bytes",
"futures",
"http",
"http 1.1.0",
"hyper",
"linkerd-app-core",
"linkerd-app-test",
Expand Down Expand Up @@ -1257,7 +1268,7 @@ version = "0.1.0"
dependencies = [
"futures",
"h2",
"http",
"http 1.1.0",
"http-body",
"hyper",
"linkerd-app-core",
Expand Down Expand Up @@ -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",
Expand All @@ -1402,7 +1413,7 @@ version = "0.1.0"
dependencies = [
"bytes",
"futures",
"http",
"http 1.1.0",
"http-body",
"linkerd-error",
"linkerd-stack",
Expand All @@ -1413,7 +1424,7 @@ dependencies = [
name = "linkerd-http-classify"
version = "0.1.0"
dependencies = [
"http",
"http 1.1.0",
"linkerd-error",
]

Expand All @@ -1423,7 +1434,7 @@ version = "0.1.0"
dependencies = [
"bytes",
"futures",
"http",
"http 1.1.0",
"http-body",
"hyper",
"linkerd-error",
Expand All @@ -1443,7 +1454,7 @@ version = "0.1.0"
dependencies = [
"bytes",
"futures",
"http",
"http 1.1.0",
"http-body",
"hyper",
"linkerd-error",
Expand All @@ -1459,7 +1470,7 @@ dependencies = [
name = "linkerd-http-route"
version = "0.1.0"
dependencies = [
"http",
"http 1.1.0",
"linkerd2-proxy-api",
"maplit",
"rand",
Expand Down Expand Up @@ -1592,7 +1603,7 @@ name = "linkerd-metrics"
version = "0.1.0"
dependencies = [
"deflate",
"http",
"http 1.1.0",
"hyper",
"linkerd-stack",
"linkerd-system",
Expand All @@ -1608,7 +1619,7 @@ name = "linkerd-opencensus"
version = "0.1.0"
dependencies = [
"futures",
"http",
"http 1.1.0",
"http-body",
"linkerd-error",
"linkerd-metrics",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -1778,7 +1789,7 @@ dependencies = [
"drain",
"futures",
"h2",
"http",
"http 1.1.0",
"http-body",
"httparse",
"hyper",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -1878,7 +1889,7 @@ name = "linkerd-proxy-tap"
version = "0.1.0"
dependencies = [
"futures",
"http",
"http 1.1.0",
"hyper",
"ipnet",
"linkerd-conditional",
Expand Down Expand Up @@ -1979,7 +1990,7 @@ version = "0.1.0"
dependencies = [
"bytes",
"futures",
"http",
"http 1.1.0",
"http-body",
"linkerd-addr",
"linkerd-dns-name",
Expand Down Expand Up @@ -2125,7 +2136,7 @@ dependencies = [
"bytes",
"futures",
"hex",
"http",
"http 0.2.12",
"linkerd-error",
"linkerd-stack",
"rand",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -3318,7 +3329,7 @@ dependencies = [
"base64 0.21.7",
"bytes",
"h2",
"http",
"http 0.2.12",
"http-body",
"hyper",
"hyper-timeout",
Expand Down
2 changes: 1 addition & 1 deletion hyper-balance/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion linkerd/addr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion linkerd/app/admin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
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 @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion linkerd/app/gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion linkerd/app/inbound/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
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 @@ -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",
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 @@ -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" }
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 @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion linkerd/http-access-log/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
Loading

0 comments on commit c28b968

Please sign in to comment.