diff --git a/avenger-vega/Cargo.toml b/avenger-vega/Cargo.toml index f1f14e0..bcf6654 100644 --- a/avenger-vega/Cargo.toml +++ b/avenger-vega/Cargo.toml @@ -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 } \ No newline at end of file +reqwest = { version = "0.11.23", features = ["blocking", "rustls"], optional = true } +pyo3 = { workspace = true, optional = true }