From 472542e54c04f65c4edf706493eaa8dd482f7766 Mon Sep 17 00:00:00 2001 From: Elichai Turkel Date: Mon, 23 Sep 2024 15:34:32 +0300 Subject: [PATCH] Remove reqwest's native-tls dependency --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ce3426c05..9fe8ccea2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,10 @@ reqwest = { version = "0.12", features = [ "rustls-tls", "rustls-tls-native-roots", "trust-dns", -], optional = true } + "http2", + "macos-system-configuration", + "charset", +], default-features = false, optional = true } retry = "2" semver = "1.0" serde = { version = "1.0", features = ["derive"] }