fix(client): revert to hyper-rustls=0.24.2

This commit is contained in:
Matthew Esposito
2024-09-18 11:24:00 -04:00
parent 3625fdfdbe
commit 793047f63f
3 changed files with 33 additions and 47 deletions

View File

@ -22,7 +22,7 @@ serde = { version = "1.0.193", features = ["derive"] }
cookie = "0.18.0"
futures-lite = "2.2.0"
hyper = { version = "0.14.28", features = ["full"] }
hyper-rustls = "0.25.0"
hyper-rustls = "0.24.2"
percent-encoding = "2.3.1"
route-recognizer = "0.3.1"
serde_json = "1.0.108"