snapview / tokio-tungstenite

Future-based Tungstenite for Tokio. Lightweight stream-based WebSocket implementation
MIT License
1.86k stars 234 forks source link

deps: update `rustls-native-certs` to 0.8 #348

Closed nickelc closed 2 months ago

nickelc commented 2 months ago

The load_native_certs() function now returns all errors instead of raising only the first error.

Not finding any native root CA certificates is not fatal if the "rustls-tls-webpki-roots" feature is enabled.