aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2021-10-10 16:37:20 +0200
committerMax Audron <audron@cocaine.farm>2021-10-10 16:37:20 +0200
commit3c84c82c2414864e0785a1cf1da46eeddb855d0d (patch)
treedb6c0547926befd128c4626dd618b2ec806739e1 /Cargo.toml
parentadd openssl-dev as dep to build jobs (diff)
replace openssl with rustls for reqwest
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8f8bcbb..b065ae1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@ sedregex = { version = "0.2", git = "https://gitlab.com/audron/sedregex" }
rand = "0.8.3"
-reqwest = "0.11"
+reqwest = { version = "0.11", default-features = false, features = ["rustls-tls"] }
kuchiki = "0.8.1"
[dev-dependencies]