Skip to content

Commit

Permalink
fix: Switch to rustls-tls-native-roots. (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj authored Sep 18, 2023
1 parent fc7af42 commit d35bf6b
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
- [Rust](https://github.com/moonrepo/rust-plugin/blob/master/CHANGELOG.md)
- [Schema](https://github.com/moonrepo/schema-plugin/blob/master/CHANGELOG.md)

## Unreleased

#### 🐞 Fixes

- Update our rustls dependency to use OS native certificates.

## 0.18.0

#### 🚀 Updates
Expand Down
70 changes: 62 additions & 8 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ once_cell = "1.18.0"
once_map = "0.4.8"
regex = "1.9.5"
reqwest = { version = "0.11.20", default-features = false, features = [
"rustls-tls",
"rustls-tls-native-roots",
] }
semver = "1.0.18"
serde = { version = "1.0.188", features = ["derive"] }
Expand Down

0 comments on commit d35bf6b

Please sign in to comment.