diff --git a/plugins/upload/Cargo.toml b/plugins/upload/Cargo.toml index c95658b5..1ceb6f64 100644 --- a/plugins/upload/Cargo.toml +++ b/plugins/upload/Cargo.toml @@ -32,6 +32,9 @@ thiserror = { workspace = true } tokio = { version = "1", features = ["fs"] } tokio-util = { version = "0.7", features = ["codec"] } reqwest = { version = "0.12", default-features = false, features = [ + "rustls-tls", + "http2", + "charset", "macos-system-configuration", "json", "stream",