From e32e117b7e7a669899863b2e204e409d8db2c1a8 Mon Sep 17 00:00:00 2001 From: Rabi Mishra Date: Tue, 3 Feb 2026 10:59:44 +0530 Subject: [PATCH] fixi(deps): broken goose/goose-cli build on main (#6911) Signed-off-by: rabi --- crates/goose/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/goose/Cargo.toml b/crates/goose/Cargo.toml index 5f912e84..1e99d7be 100644 --- a/crates/goose/Cargo.toml +++ b/crates/goose/Cargo.toml @@ -27,7 +27,7 @@ anyhow = { workspace = true } thiserror = "1.0" futures = { workspace = true } dirs = "5.0" -reqwest = { workspace = true, features = ["rustls-tls-native-roots", "json", "cookies", "gzip", "brotli", "deflate", "zstd", "charset", "http2", "stream", "blocking"], default-features = false } +reqwest = { workspace = true, features = ["rustls-tls-native-roots", "json", "cookies", "gzip", "brotli", "deflate", "zstd", "charset", "http2", "stream", "blocking", "multipart"], default-features = false } tokio = { workspace = true } serde = { version = "1.0", features = ["derive"] } serde_json = { workspace = true }