diff --git a/Cargo.toml b/Cargo.toml index dcaf6640..d4259f9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,13 @@ serde_with = { version = "^3.8", default-features = false, features = [ serde_json = "^1.0" url = "^2.5" uuid = { version = "^1.8", features = ["serde", "v4"] } -reqwest = { version = "^0.12", features = ["json", "multipart"] } +reqwest = { version = "^0.12", default-features = false, features = [ + "charset", + "http2", + "json", + "macos-system-configuration", + "multipart", +] } [dev-dependencies] rand = "^0.8"