mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 04:57:38 +03:00
fix(client): revert to hyper_rustls :P hi SWE 👋
This commit is contained in:
parent
6ecdedd2ed
commit
cb9a2a3c39
5 changed files with 112 additions and 115 deletions
|
@ -48,7 +48,7 @@ arc-swap = "1.7.1"
|
|||
serde_json_path = "0.7.1"
|
||||
async-recursion = "1.1.1"
|
||||
common-words-all = { version = "0.0.2", default-features = false, features = ["english", "one"] }
|
||||
hyper-tls = { version = "=0.5.0", features = ["vendored"] }
|
||||
hyper-rustls = { version = "0.24.2", features = [ "http2" ] }
|
||||
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue