Skip to content

Commit

Permalink
Upgrade to rustls 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Aug 2, 2024
1 parent 4acecfc commit 22a380a
Show file tree
Hide file tree
Showing 8 changed files with 327 additions and 90 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sqlx.yml
Original file line number Diff line number Diff line change
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
226 changes: 200 additions & 26 deletions Cargo.lock

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

Loading

0 comments on commit 22a380a

Please sign in to comment.