Skip to content

Commit 95de438

Browse files
authored
chore: Update wreq-util features in Cargo.toml (#521)
Added 'emulation-compression' feature to wreq-util.
1 parent c35c289 commit 95de438

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ wreq = { version = "6.0.0-rc.27", features = [
6565
"zstd",
6666
"ws",
6767
] }
68-
wreq-util = { version = "3.0.0-rc.10", features = ["emulation-rand"] }
68+
wreq-util = { version = "3.0.0-rc.10", features = ["emulation-rand", "emulation-compression"] }
6969
hickory-resolver = "0.25.2"
7070
cookie = "0.18"
7171
mimalloc = { version = "0.1.43", default-features = false, features = [
@@ -83,6 +83,3 @@ lto = "fat"
8383
opt-level = 3
8484
panic = "abort"
8585
strip = true
86-
87-
[patch.crates-io]
88-
pyo3 = { git = "https://github.com/pyo3/pyo3.git" }

0 commit comments

Comments
 (0)