fix(client): switch to hyper-tls

This commit is contained in:
Matthew Esposito 2024-11-19 11:08:00 -05:00
parent 6c64ebd56b
commit a96bebb099
3 changed files with 107 additions and 115 deletions

View file

@ -23,8 +23,7 @@ regex = "1.10.2"
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 = { version = "0.24.2", features = [ "http2" ] }
hyper = { version = "0.14.31", features = ["full"] }
percent-encoding = "2.3.1"
route-recognizer = "0.3.1"
serde_json = "1.0.108"
@ -49,6 +48,7 @@ arc-swap = "1.7.1"
serde_json_path = "0.6.7"
async-recursion = "1.1.1"
common-words-all = { version = "0.0.2", default-features = false, features = ["english", "one"] }
hyper-tls = "=0.5.0"
[dev-dependencies]