We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcf9070 commit f8d7a68Copy full SHA for f8d7a68
indy-vdr-proxy/Cargo.toml
@@ -25,7 +25,7 @@ indy-vdr = { path = "../libindy_vdr", default-features = false, features = [
25
] }
26
git2 = "0.18"
27
hyper = { version = "0.14", features = ["http1", "http2", "server"] }
28
-hyper-tls = { version = "0.5", optional = true }
+hyper-tls = { version = "0.6", optional = true }
29
log = "0.4.8"
30
percent-encoding = "2"
31
regex = "1.5.4"
0 commit comments