From d5bf23fa531b87512d5cbfae22e31f17c0a11b10 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Fri, 31 Jan 2025 23:12:34 +0100 Subject: [PATCH] Update Cargo.toml --- plugins/upload/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/upload/Cargo.toml b/plugins/upload/Cargo.toml index b02ce4df..de27eaf6 100644 --- a/plugins/upload/Cargo.toml +++ b/plugins/upload/Cargo.toml @@ -32,8 +32,6 @@ thiserror = { workspace = true } tokio = { version = "1", features = ["fs"] } tokio-util = { version = "0.7", features = ["codec"] } reqwest = { version = "0.12", default-features = false, features = [ - "http2", - "charset", "macos-system-configuration", "json", "stream",