client: Upgrade hyper-rustls dependency

This commit is contained in:
Kévin Commaille 2023-05-19 14:43:32 +02:00 committed by Kévin Commaille
parent 6a77b4c9e4
commit dcbb5ec432

View File

@ -40,7 +40,7 @@ futures-core = "0.3.8"
futures-lite = { version = "1.11.3", optional = true }
http = { workspace = true }
hyper = { version = "0.14.2", optional = true, features = ["client", "http1", "http2", "tcp"] }
hyper-rustls = { version = "0.23.0", optional = true, default-features = false }
hyper-rustls = { version = "0.24.0", optional = true, default-features = false }
hyper-tls = { version = "0.5.0", optional = true }
isahc = { version = "1.3.1", optional = true }
reqwest = { version = "0.11.4", optional = true, default-features = false }