mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 04:57:38 +03:00
fix(tls): vendor native-tls
This commit is contained in:
parent
0714d58efe
commit
f7240208f1
2 changed files with 11 additions and 1 deletions
|
@ -48,7 +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"
|
||||
hyper-tls = { version = "=0.5.0", features = ["vendored"] }
|
||||
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue