Skip to content

Commit

Permalink
fix(updater): enable native certificates (#146)
Browse files Browse the repository at this point in the history
* fix(updater): enable native certificates

* fix pkg name
  • Loading branch information
lucasfernog-crabnebula authored Jan 29, 2024
1 parent 0e94594 commit 0e00ca2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changes/fix-certs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"cargo-packager-updater": patch
"@crabnebula/updater": patch
---

Enable native certificates via `rustls-native-certs`.
14 changes: 13 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/updater/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository = { workspace = true }
process-relaunch-dangerous-allow-symlink-macos = [ ]
native-tls = [ "reqwest/native-tls" ]
native-tls-vendored = [ "reqwest/native-tls-vendored" ]
rustls-tls = [ "reqwest/rustls-tls" ]
rustls-tls = [ "reqwest/rustls-tls-native-roots" ]

[dependencies]
cargo-packager-utils = { version = "0.1.0", path = "../utils" }
Expand Down

0 comments on commit 0e00ca2

Please sign in to comment.