From 90bfafca06f877befb36f3e54bb72fcfc4c56778 Mon Sep 17 00:00:00 2001 From: shuiyisong Date: Tue, 21 Apr 2026 22:06:18 +0800 Subject: [PATCH] fix: remove aws-lc-rs in reqwest Signed-off-by: shuiyisong --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f8ceba73ba..20ab65decc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -207,7 +207,7 @@ reqwest = { version = "0.13", default-features = false, features = [ "form", "json", "query", - "rustls", + "rustls-no-provider", "stream", "multipart", ] }