tungstenite-rs v0.14.0 Release Notes

    • ๐Ÿ‘‰ Use rustls-native-certs instead of webpki-root when rustls-tls feature is enabled.
    • ๐Ÿ‘€ Don't use native-tls as a default feature (see #202 for more details).
    • ๐Ÿ†• New fast and safe implementation of the reading buffer (replacement for the input_buffer).
    • โœ‚ Remove some errors from the Error enum that can't be triggered anymore with the new buffer implementation.