From cbb5225b7596670de08552cb2561c8eb095b5822 Mon Sep 17 00:00:00 2001 From: redbinder0526 Date: Mon, 25 May 2026 10:00:42 +0200 Subject: [PATCH] remove redundant rustls-tls feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c020453..dfc1361 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ md-5 = "0.11" rand = "0.8" anyhow = "1.0" base64 = "0.22" -reqwest = { version = "0.13", features = ["json", "rustls-tls"] } +reqwest = { version = "0.13", features = ["json"] } aws-config = { version = "1.1", features = ["behavior-version-latest"] } aws-sdk-s3 = "1.17" tokio = { version = "1.50.0", features = ["full"] }