fix(tls): vendor native-tls

This commit is contained in:
Matthew Esposito 2024-11-19 11:18:20 -05:00
parent 0714d58efe
commit f7240208f1
2 changed files with 11 additions and 1 deletions

View file

@ -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]