Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for rustls websocket connection as feature ws-rustls-tokio #687

Merged
merged 9 commits into from
Dec 19, 2023

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    25ef662 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Co-authored-by: Tomasz Drwięga <tomusdrw@users.noreply.github.com>
    alexheretic and tomusdrw committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    9e8c40c View commit details
    Browse the repository at this point in the history
  3. Clarify rustls features

    alexheretic committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    79d4d19 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68e52ae View commit details
    Browse the repository at this point in the history
  5. Fix compile & deprecated usage

    Require min rustls 0.21.7
    alexheretic committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c052c55 View commit details
    Browse the repository at this point in the history
  6. Update rustls to 0.22

    alexheretic committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    87c7f35 View commit details
    Browse the repository at this point in the history
  7. cargo fmt

    alexheretic committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    9f4b249 View commit details
    Browse the repository at this point in the history
  8. Remove rustls explicit dependency

    As we only use tokio-rustls
    alexheretic committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    92a8282 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4a5b432 View commit details
    Browse the repository at this point in the history