From 50db43136d1d37a181f764b6b6e09a810b7e320a Mon Sep 17 00:00:00 2001 From: Tobias Puetz Date: Thu, 25 Jul 2024 15:47:24 +0200 Subject: [PATCH] use rustls --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 75ab0fe45..bbcfabc93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ parquet = "51" pilota = "0.11.0" pretty_assertions = "1.4.0" port_scanner = "0.1.5" -reqwest = { version = "^0.12", features = ["json"] } +reqwest = { version = "^0.12", default-features = false, features = ["json", "rustls-tls"] } rust_decimal = "1.31.0" serde = { version = "^1.0", features = ["rc"] } serde_bytes = "0.11.8"