Skip to content

Commit f8d7a68

Browse files
chore(deps): update hyper-tls requirement from 0.5 to 0.6
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] <[email protected]>
1 parent bcf9070 commit f8d7a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indy-vdr-proxy/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ indy-vdr = { path = "../libindy_vdr", default-features = false, features = [
2525
] }
2626
git2 = "0.18"
2727
hyper = { version = "0.14", features = ["http1", "http2", "server"] }
28-
hyper-tls = { version = "0.5", optional = true }
28+
hyper-tls = { version = "0.6", optional = true }
2929
log = "0.4.8"
3030
percent-encoding = "2"
3131
regex = "1.5.4"

0 commit comments

Comments
 (0)