Skip to content

Commit 25f5c42

Browse files
authored
Bump rustls version to 0.23 (#459)
* Bump rustls version to 0.23 We were running into symbol issues with older rustls versions, see briansmith/ring#1808. Note that the new rustls version requires nasm to be installed on windows, so we install it in CI. Signed-off-by: Bob Weinand <[email protected]> * Require at least aws-lc-rs 1.8 Signed-off-by: Bob Weinand <[email protected]> * Use ring instead of aws-lc-sys due to aws/aws-lc-rs#453 Signed-off-by: Bob Weinand <[email protected]> * Use ring for windows only, as aws-lc-sys has link issues on windows. But aws-lc-sys is actually preferable. Signed-off-by: Bob Weinand <[email protected]> --------- Signed-off-by: Bob Weinand <[email protected]>
1 parent b7a8566 commit 25f5c42

File tree

9 files changed

+15883
-13074
lines changed

9 files changed

+15883
-13074
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ jobs:
7979
- platform: "ubuntu-latest"
8080
rust_version: "${RUST_VERSION}"
8181
steps:
82-
8382
- name: Checkout sources
8483
uses: actions/checkout@v4
8584

0 commit comments

Comments
 (0)