Skip to content

Commit

Permalink
Bump rquest to v0.27, cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
deedy5 committed Nov 3, 2024
1 parent 70ca6f5 commit 13da848
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pyo3 = { version = "0.22", features = ["extension-module", "abi3-py38", "indexma
anyhow = "1"
log = "0.4"
pyo3-log = "0.11"
rquest = { version = "0.26", features = [
rquest = { version = "0.27", features = [
"cookies",
"multipart",
"json",
Expand Down
4 changes: 1 addition & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,7 @@ impl Client {
}

// Client builder
let mut client_builder = rquest::Client::builder()
.enable_ech_grease()
.permute_extensions();
let mut client_builder = rquest::Client::builder();

// Impersonate
if let Some(impersonation_type) = impersonate {
Expand Down

0 comments on commit 13da848

Please sign in to comment.