nervosnetwork / ckb

The Nervos CKB is a public permissionless blockchain, and the layer 1 of Nervos network.
https://www.nervos.org
MIT License
1.15k stars 228 forks source link

Fix RUSTSEC-2024-0336, let sqlx use `runtime-tokio-native-tls` instead of `runtime-tokio-rustls` to drop `rustls` dependency #4427

Closed eval-exec closed 4 months ago

eval-exec commented 4 months ago

What problem does this PR solve?

Fix https://github.com/nervosnetwork/ckb/actions/runs/8777396874/job/24082289815,

Related changes

Check List

Tests

Side effects

Release note

Title Only: Include only the PR title in the release note.
eval-exec commented 4 months ago

https://github.com/nervosnetwork/ckb/actions/runs/8778181167/job/24084234565

native-tls cann't build on aarch64, reverting this PR...