getsentry / sentry-rust

Official Sentry SDK for Rust
https://sentry.io/
Apache License 2.0
620 stars 153 forks source link

fix: disable rustls features by default #709

Open thomaseizinger opened 6 days ago

thomaseizinger commented 6 days ago

As of rustls 0.23, aws-lc-rc is the default crypto backend of rustls. In order to allow binaries to choose, which crypto backend to use, libraries need to disable rustls' default features.

thomaseizinger commented 4 days ago

The CI failure appears unrelated to my changes. That is likely broken on master too?

Swatinem commented 4 days ago

Yes it most likely is due to a Rust update.