From: Jonas Smedegaard Date: Tue, 20 Aug 2024 21:50:44 +0000 (+0000) Subject: use-native-tls X-Git-Tag: archive/raspbian/0.17.9-4+rpi1~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c24a623e22140c0264d40122849fd281d324ba29;p=safe-vdash.git use-native-tls Gbp-Pq: Name use-native-tls.patch --- diff --git a/Cargo.toml b/Cargo.toml index 6f751e2..757299c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ glob = "0.3.1" serde = {version = "1.0.192", features = ["derive"] } serde_json = "1.0.108" serde_with = { version = "3.4.0", features = ["chrono_0_4"] } -reqwest = { version = "0.11.23", default_features = false, features = ["rustls-tls"] } +reqwest = { version = "0.11.23", default_features = false, features = ["native-tls"] } [[bin]] name = "safe-vdash"