Skip to content

Commit

Permalink
Bump hyper-tls from 0.5.0 to 0.6.0
Browse files Browse the repository at this point in the history
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-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 13, 2024
1 parent f0bc12c commit 1ca2258
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 26 deletions.
122 changes: 97 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion josh-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ futures = { workspace = true }
hyper = { version = "0.14.28", features = ["stream"] }
hyper-reverse-proxy = { workspace = true }
hyper-staticfile = "0.9.5"
hyper-tls = "0.5.0"
hyper-tls = "0.6.0"
hyper_cgi = { path = "../hyper_cgi" }
indoc = "2.0.5"
josh = {path = "../josh-core" }
Expand Down

0 comments on commit 1ca2258

Please sign in to comment.