Skip to content

Commit

Permalink
fix(updater): Enable rustls-tls feature flag by default (#1175)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars authored Apr 18, 2024
1 parent e3d41f4 commit 293f363
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
File renamed without changes.
5 changes: 5 additions & 0 deletions .changes/fix-updater-default-features.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"updater": patch
---

**Breaking change:** The `rustls-tls` feature flag is now enabled by default.
1 change: 1 addition & 0 deletions plugins/updater/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 293f363

Please sign in to comment.