Skip to content

Commit

Permalink
chore(deps): 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] committed May 13, 2024
1 parent c98169e commit 032073a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indy-vdr-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ indy-vdr = { path = "../libindy_vdr", default-features = false, features = [
] }
git2 = "0.18"
hyper = { version = "0.14", features = ["http1", "http2", "server"] }
hyper-tls = { version = "0.5", optional = true }
hyper-tls = { version = "0.6", optional = true }
log = "0.4.8"
percent-encoding = "2"
regex = "1.5.4"
Expand Down

0 comments on commit 032073a

Please sign in to comment.