Skip to content

Commit

Permalink
Update rustls in reqwest
Browse files Browse the repository at this point in the history
  • Loading branch information
svemat01 committed Dec 5, 2024
1 parent a88dea4 commit ae52400
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,13 @@ poem-openapi = { version = "5", git = "https://github.com/poem-web/poem", branch
"static-files",
] }
regex = "1.11.1"
reqwest = "0.12.5"
reqwest = { version = "0.12.5", features = [
"rustls-tls",
# Add back the default features excluding native-tls
"charset",
"http2",
"macos-system-configuration",
], default-features = false }
rustls = "0.23.19"
scraper = "0.21.0"
serde = "1.0.204"
Expand Down

0 comments on commit ae52400

Please sign in to comment.