Skip to content

Commit 391558d

Browse files
Bump hyper-util from 0.1.18 to 0.1.19
Bumps [hyper-util](https://github.com/hyperium/hyper-util) from 0.1.18 to 0.1.19. - [Release notes](https://github.com/hyperium/hyper-util/releases) - [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper-util@v0.1.18...v0.1.19) --- updated-dependencies: - dependency-name: hyper-util dependency-version: 0.1.19 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a04d85e commit 391558d

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
@@ -11,4 +11,4 @@ bytes = "1.11.0"
1111
http-body-util = "0.1.0"
1212
hyper = { version = "1.8.1", features = ["http1", "client"] }
1313
hyper-tls = "0.6.0"
14-
hyper-util = { version = "0.1.18", features = ["client", "client-legacy", "http1", "tokio"] }
14+
hyper-util = { version = "0.1.19", features = ["client", "client-legacy", "http1", "tokio"] }

hyper_cgi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ futures = { workspace = true }
1414
tokio = { workspace = true }
1515
tokio-util = { workspace = true }
1616
hyper = { version = "1.8.1", features = ["server", "http1"] }
17-
hyper-util = { version = "0.1.18" }
17+
hyper-util = { version = "0.1.19" }
1818
http-body = "1.0.0"
1919
http-body-util = "0.1.0"
2020

josh-proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ hyper-reverse-proxy = { workspace = true }
2222
hyper-staticfile = "0.10.0"
2323
hyper-tls = "0.6.0"
2424
hyper_cgi = { path = "../hyper_cgi" }
25-
hyper-util = { version = "0.1.18", features = ["client", "client-legacy", "http1", "tokio"] }
25+
hyper-util = { version = "0.1.19", features = ["client", "client-legacy", "http1", "tokio"] }
2626
http-body-util = "0.1.0"
2727
indoc = "2.0.7"
2828
josh-core = {path = "../josh-core" }

0 commit comments

Comments
 (0)