From 6a8e6cb3cf1c63ba96a955fa77c6d0b71ba536e3 Mon Sep 17 00:00:00 2001 From: 0x676e67 Date: Thu, 21 May 2026 16:02:42 +0800 Subject: [PATCH] fix(header): fix browser-style default Accept-Encoding header --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1d00a8c..66b25cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ wreq = { version = "6.0.0-rc.28", features = [ "zstd", "system-proxy", ] } -wreq-util = "3.0.0-rc.11" +wreq-util = { version = "3.0.0-rc.11", features = ["emulation-compression"] } serde = { version = "1.0.228", features = ["derive"] } serde_magnus = "0.11.0" indexmap = { version = "2.14.0", features = ["serde"] }