From ac71d27b26661621beca33d4d835ea83c897830f Mon Sep 17 00:00:00 2001 From: "Daniel (dmilith) Dettlaff" Date: Tue, 14 Jun 2022 21:47:36 +0200 Subject: [PATCH] experiment: Switched back to ssl backend. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index afc46f0..d7e70c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "krecik" -version = "1.0.1" +version = "1.0.2" authors = ["Daniel (dmilith) Dettlaff "] description = "Asynchronous, parallel external service checker (and reporter), using industry standard libraries: Curl, ngHTTP2 and OpenSSL." keywords = ["curl", "web", "check", "tls-expire", "openssl"] @@ -24,7 +24,7 @@ tracing = { version = "0.1.32", features = ["log", "attributes", "std"] } tracing-subscriber = { version = "0.3.9", features = ["registry", "fmt", "env-filter"] } mimalloc = { version = "0.1.28", features = ["local_dynamic_tls", "secure"] } -curl = { version = "0.4.42", features = ["http2", "mesalink"] } +curl = { version = "0.4.42", features = ["http2", "ssl"] } serde = { version = "1.0.137", features = ["derive"] } serde_json = "1.0.79"