fix(sqlx-cli): bump openssl minimum to 0.10.46 (#4172)
native-tls 0.2.12 calls `Pkcs12::parse2()` which was added in openssl 0.10.46, but declares its minimum as 0.10.29. The minimal-versions resolver picked openssl 0.10.38 (our previous lower bound), which lacks `parse2`.
B
Bailey Hayes committed
d9b3340d2f53efd9ad509b3413da6864a986f454
Parent: f5cdf33
Committed by GitHub <noreply@github.com>
on 2/25/2026, 2:20:16 AM