From 861ac23c78a3884695d7f7e018a314481010b603 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Tue, 6 May 2025 16:53:00 +0200 Subject: fix rustls missing cryptoprovider --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4886700..4012f00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,6 +45,7 @@ regex = "1" rand = "0.9" +rustls = "0.23" reqwest = { version = "0.12", default-features = false, features = [ "rustls-tls", "gzip", -- cgit v1.2.3