Skip to content

Commit

Permalink
reqwest native roots!
Browse files Browse the repository at this point in the history
  • Loading branch information
jessekrubin committed Dec 20, 2024
1 parent 7624fca commit d0ecf8b
Show file tree
Hide file tree
Showing 2 changed files with 208 additions and 6 deletions.
212 changes: 207 additions & 5 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 crates/ryo3-reqwest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pyo3 = { workspace = true, features = ["experimental-inspect", "experimental-asy
pyo3-async-runtimes = { workspace = true, features = ["attributes", "tokio-runtime"] }
tracing.workspace = true
tokio.workspace = true
reqwest = { workspace = true, features = ["blocking", "brotli", "cookies", "gzip", "zstd"] }
reqwest = { workspace = true, features = ["blocking", "brotli", "cookies", "gzip", "zstd", "charset", "http2", "macos-system-configuration", "rustls-tls-native-roots"], default-features = false}
bytes = { workspace = true }
jiter.workspace = true
ryo3-bytes.workspace = true
Expand Down

0 comments on commit d0ecf8b

Please sign in to comment.