From ea914efbe24c80b6e1523471a7369d79ac07deb0 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Sat, 18 Oct 2025 20:16:39 -0400 Subject: [WARP] Use download provider API instead of reqwest Unfortunately we cannot use reqwest because enterprise servers provide invalid certificates, so we must use the enterprise download provider to bypass certain certificate validations --- plugins/warp/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/warp/Cargo.toml') diff --git a/plugins/warp/Cargo.toml b/plugins/warp/Cargo.toml index 702c500a..ccdd0fc5 100644 --- a/plugins/warp/Cargo.toml +++ b/plugins/warp/Cargo.toml @@ -24,9 +24,10 @@ thiserror = "2.0" ar = { git = "https://github.com/mdsteele/rust-ar" } tempdir = "0.3.7" regex = "1.11" -reqwest = { version = "0.12", features = ["blocking", "json", "multipart"] } directories = "6.0" compact_str = { version = "0.9.0", features = ["serde"] } +base64 = "0.22" +serde_qs = "0.15" # For reports minijinja = "2.10.2" -- cgit v1.3.1