Skip to content

Commit

Permalink
Update hyper-tls requirement from 0.5 to 0.6
Browse files Browse the repository at this point in the history
Updates the requirements on [hyper-tls](https://github.com/hyperium/hyper-tls) to permit the latest version.
- [Commits](hyperium/hyper-tls@v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: hyper-tls
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 28, 2023
1 parent f191b08 commit 9af3870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ring = "0.16"
bytes = "1"
hyper = {version="1.0", features=["full"], optional=true}
headers = "0.3"
hyper-tls = {version="0.5", optional=true}
hyper-tls = {version="0.6", optional=true}
tokio-tungstenite = {version="0.20", optional=true}

[dev-dependencies]
Expand Down

0 comments on commit 9af3870

Please sign in to comment.