From ae1a5773f6c33831b25054ac172d6378f056be92 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Fri, 20 Mar 2026 16:54:20 +0100 Subject: [PATCH] feat: update --- crates/gitea-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/gitea-client/Cargo.toml b/crates/gitea-client/Cargo.toml index 92c7d0f..12358c3 100644 --- a/crates/gitea-client/Cargo.toml +++ b/crates/gitea-client/Cargo.toml @@ -27,7 +27,7 @@ default = ["native-tls"] native-tls = ["reqwest/native-tls"] rustls = ["reqwest/rustls", "reqwest/webpki-roots"] rustls-ring = [ - "reqwest/rustls-no-provider", + "reqwest/__rustls", "reqwest/webpki-roots", "rustls/ring", "dep:rustls",