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"] }