Skip to content

Commit

Permalink
Upgrade to rustls 0.23 (launchbadge#3399)
Browse files Browse the repository at this point in the history
  • Loading branch information
djc authored and jrasanen committed Oct 14, 2024
1 parent f25ef71 commit 9c147bd
Show file tree
Hide file tree
Showing 9 changed files with 357 additions and 109 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sqlx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
strategy:
matrix:
runtime: [async-std, tokio]
tls: [native-tls, rustls, none]
tls: [native-tls, rustls-aws-lc-rs, rustls-ring, none]
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
matrix:
postgres: [15, 11]
runtime: [async-std, tokio]
tls: [native-tls, rustls, none]
tls: [native-tls, rustls-aws-lc-rs, rustls-ring, none]
needs: check
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
matrix:
mysql: [8]
runtime: [async-std, tokio]
tls: [native-tls, rustls, none]
tls: [native-tls, rustls-aws-lc-rs, rustls-ring, none]
needs: check
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -335,7 +335,7 @@ jobs:
matrix:
mariadb: [verylatest, 11_4, 10_11, 10_4]
runtime: [async-std, tokio]
tls: [native-tls, rustls, none]
tls: [native-tls, rustls-aws-lc-rs, rustls-ring, none]
needs: check
steps:
- uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit 9c147bd

Please sign in to comment.