perf: Use rustls instead of libssl1.1

This commit is contained in:
Michael Aaron Murphy 2022-03-29 23:40:15 +02:00 committed by Michael Murphy
parent 33b9a02aab
commit 60cd2e7154
3 changed files with 96 additions and 163 deletions

View file

@ -31,10 +31,14 @@ anyhow = "1.0.56"
flume = "0.10.12"
dirs = "4.0.0"
futures = "0.3.21"
reqwest = "0.11.10"
bytes = "1.1.0"
recently-used-xbel = "1.0.0"
[dependencies.reqwest]
version = "0.11.10"
default-features = false
features = ["rustls-tls"]
[dependencies.tokio]
version = "1.17.0"
features = ["fs", "io-std", "macros", "process", "rt"]
features = ["fs", "io-std", "macros", "process", "rt"]