diff --git a/plugins/upload/Cargo.toml b/plugins/upload/Cargo.toml index 6976be56..787a072c 100644 --- a/plugins/upload/Cargo.toml +++ b/plugins/upload/Cargo.toml @@ -17,7 +17,7 @@ log = { workspace = true } thiserror = { workspace = true } tokio = { version = "1", features = [ "fs" ] } tokio-util = { version = "0.7", features = [ "codec" ] } -reqwest = { version = "0.11", features = [ "json", "stream" ] } +reqwest = { version = "0.11", default-features = false, features = [ "json", "stream" ] } futures-util = "0.3" read-progress-stream = "1.0.0"