From 14f93d3992ee3298eaadc3294fd3543480456898 Mon Sep 17 00:00:00 2001 From: blueJpg <2238288979@qq.com> Date: Thu, 9 May 2024 23:31:02 +0800 Subject: [PATCH] [-] remove of reqwest for android platform --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 68328e1..94e659c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,6 @@ android_logger = "0.13" terminal-clipboard = "0.4" slint = { version = "1.5", features = ["backend-android-activity-05"] } reqwest = { version = "0.11", features = [ - "rustls-tls", "native-tls-vendored", "json", "socks",