Skip to content

Commit

Permalink
Use rustls with request for self-contained build
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Jan 30, 2024
1 parent f1a4e96 commit 97e8bec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions avenger-vega/Cargo.toml
Original file line number Diff line number Diff line change
@@ -17,5 +17,5 @@ serde_json = { version = "1.0.111" }
lyon_extra = { workspace = true }
lyon_path = { workspace = true, features = ["serialization"]}
image = { workspace = true, default-features = false, features = ["png"] }
reqwest = { version = "0.11.23", features = ["blocking"], optional = true }
pyo3 = { workspace = true, optional = true }
reqwest = { version = "0.11.23", features = ["blocking", "rustls"], optional = true }
pyo3 = { workspace = true, optional = true }

0 comments on commit 97e8bec

Please sign in to comment.