Skip to content

Commit a1b5036

Browse files
dependabot[bot]LMG
authored andcommitted
Bump hyper from 1.7.0 to 1.8.1
Bumps [hyper](https://github.com/hyperium/hyper) from 1.7.0 to 1.8.1. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper@v1.7.0...v1.8.1) --- updated-dependencies: - dependency-name: hyper dependency-version: 1.8.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 23f6bca commit a1b5036

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hyper-reverse-proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ description = "Minimal hyper reverse proxy compatibility layer for Josh"
99
[dependencies]
1010
bytes = "1.5.0"
1111
http-body-util = "0.1.0"
12-
hyper = { version = "1.2.0", features = ["http1", "client"] }
12+
hyper = { version = "1.8.1", features = ["http1", "client"] }
1313
hyper-tls = "0.6.0"
1414
hyper-util = { version = "0.1.3", features = ["client", "client-legacy", "http1", "tokio"] }

hyper_cgi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bytes = "1.5.0"
1313
futures = { workspace = true }
1414
tokio = { workspace = true }
1515
tokio-util = { workspace = true }
16-
hyper = { version = "1.2.0", features = ["server", "http1"] }
16+
hyper = { version = "1.8.1", features = ["server", "http1"] }
1717
hyper-util = { version = "0.1.3" }
1818
http-body = "1.0.0"
1919
http-body-util = "0.1.0"

josh-proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ base64 = { workspace = true }
1717
bytes = "1.5.0"
1818
clap = { workspace = true }
1919
futures = { workspace = true }
20-
hyper = { version = "1.2.0" }
20+
hyper = { version = "1.8.1" }
2121
hyper-reverse-proxy = { workspace = true }
2222
hyper-staticfile = "0.10.0"
2323
hyper-tls = "0.6.0"

0 commit comments

Comments
 (0)