fix(updater): Enable rustls-tls feature flag by default (#1175)

pull/1219/head
Fabian-Lars 1 year ago committed by GitHub
parent e3d41f4011
commit 293f363c0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1,5 @@
---
"updater": patch
---
**Breaking change:** The `rustls-tls` feature flag is now enabled by default.

@ -51,6 +51,7 @@ flate2 = "1"
mockito = "0.31"
[features]
default = [ "rustls-tls" ]
native-tls = ["reqwest/native-tls"]
native-tls-vendored = ["reqwest/native-tls-vendored"]
rustls-tls = ["reqwest/rustls-tls"]

Loading…
Cancel
Save