From 6a02f4ae78d1e42327a8e630734031cac259a5dc Mon Sep 17 00:00:00 2001 From: 0x676e67 Date: Fri, 11 Jul 2025 06:44:16 +0800 Subject: [PATCH] build(deps): minimize dependency selection --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6f624bd..5da4960 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ deflate = ["wreq/deflate"] zstd = ["wreq/zstd"] [dependencies] -wreq = { version = ">=3.0.5,<10", features = ["gzip", "brotli", "deflate", "zstd"] } +wreq = { version = ">=3.0.5,<6", default-features = false } serde = { version = "1.0", features = ["derive"], optional = true } typed-builder = { version = "0.21.0", optional = true } strum = { version = "0.27.1", optional = true }