Skip to content

Commit ace728f

Browse files
fix: enable webpki-roots feature
1 parent 3c3162a commit ace728f

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

rust/Cargo.lock

Lines changed: 29 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ crate-type = ["cdylib"]
99

1010
[dependencies]
1111
# HTTP client with browser impersonation
12-
wreq = { version = "6.0.0-rc.20", default-features = false, features = ["cookies", "json"] }
12+
wreq = { version = "6.0.0-rc.20", default-features = false, features = ["gzip", "deflate", "socks", "cookies", "json", "webpki-roots"] }
1313
wreq-util = "3.0.0-rc.1"
1414

1515
# Neon for Node.js bindings

0 commit comments

Comments
 (0)