From 3c84c82c2414864e0785a1cf1da46eeddb855d0d Mon Sep 17 00:00:00 2001 From: Max Audron Date: Sun, 10 Oct 2021 16:37:20 +0200 Subject: replace openssl with rustls for reqwest --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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] -- cgit v1.2.3