Revert "Replace native-tls its internal fork in the root crate"

This reverts commit 31fe1460f1.
This commit is contained in:
bytedream 2023-08-16 19:08:13 +02:00
parent d295a57f84
commit 92ed4bd87d
2 changed files with 50 additions and 6 deletions

View file

@ -24,11 +24,6 @@ clap_mangen = "0.2"
crunchy-cli-core = { path = "./crunchy-cli-core" }
[patch.crates-io]
# fork of the `native-tls` crate which uses openssl as backend on every platform. this is done as `reqwest` only supports
# `rustls` and `native-tls` as tls backend
native-tls = { git = "https://github.com/crunchy-labs/rust-not-so-native-tls.git", rev = "570100d" }
[profile.release]
strip = true
opt-level = "z"