Skip to content

Commit b1cd7f0

Browse files
Bump hyper-tls from 0.5.0 to 0.6.0
Bumps [hyper-tls](https://github.com/hyperium/hyper-tls) from 0.5.0 to 0.6.0. - [Commits](hyperium/hyper-tls@v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: hyper-tls dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 12fab18 commit b1cd7f0

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Cargo.lock

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

josh-proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ futures = { workspace = true }
1919
hyper = { version = "0.14.31", features = ["stream"] }
2020
hyper-reverse-proxy = { workspace = true }
2121
hyper-staticfile = "0.9.6"
22-
hyper-tls = "0.5.0"
22+
hyper-tls = "0.6.0"
2323
hyper_cgi = { path = "../hyper_cgi" }
2424
indoc = "2.0.5"
2525
josh = {path = "../josh-core" }

0 commit comments

Comments
 (0)