Skip to content

Commit

Permalink
chore: switch rustls to the Apify-managed version (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
barjin authored Jan 13, 2025
1 parent 9a48221 commit 9cf5936
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ hickory-proto = "0.24.2"
log = "0.4.22"
num-bigint = "0.4.6"
reqwest = { version = "0.12.9", features = ["json", "gzip", "brotli", "zstd", "deflate", "rustls-tls", "http3", "cookies"] }
rustls = { version="0.23.16" }
rustls = { version="0.23.16", features=["impit"] }
scraper = "0.22.0"
tokio = { version="1.40.0", features = ["full"] }
url = "2.5.2"
webpki-roots = "0.26.6"

[patch.crates-io]
h2 = { git = "https://github.com/retch-http/h2", branch = "retch-patch" }
rustls = { git = "https://github.com/retch-http/rustls", branch = "retch-patch" }
rustls = { git = "https://github.com/apify/rustls", branch = "main" }

0 comments on commit 9cf5936

Please sign in to comment.