diff --git a/crates/goose/Cargo.toml b/crates/goose/Cargo.toml index 5f912e843a86..1e99d7be8695 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 }