@@ -22,7 +22,7 @@ async-runtime = ["tokio", "hyper-util/tokio"]
22
22
http-listener = [" async-runtime" , " ipnet" , " tracing" , " _hyper-server" ]
23
23
push-gateway = [" async-runtime" , " tracing" , " _hyper-client" ]
24
24
_hyper-server = [" http-body-util" , " hyper/server" , " hyper-util/server-auto" ]
25
- _hyper-client = [" http-body-util" , " hyper/client" , " hyper-util/client" , " hyper-util/http1" , " hyper-util/client-legacy" , " hyper-tls " ]
25
+ _hyper-client = [" http-body-util" , " hyper/client" , " hyper-util/client" , " hyper-util/http1" , " hyper-util/client-legacy" , " hyper-rustls " ]
26
26
27
27
[dependencies ]
28
28
metrics = { version = " ^0.23" , path = " ../metrics" }
@@ -39,7 +39,7 @@ http-body-util = { version = "0.1.0", optional = true }
39
39
ipnet = { version = " 2" , optional = true }
40
40
tokio = { version = " 1" , features = [" rt" , " net" , " time" , " rt-multi-thread" ], optional = true }
41
41
tracing = { version = " 0.1.26" , optional = true }
42
- hyper-tls = { version = " 0.6.0 " , optional = true }
42
+ hyper-rustls = { version = " 0.27.2 " , optional = true }
43
43
44
44
[dev-dependencies ]
45
45
tracing = " 0.1"
0 commit comments