Unverified Commit 68154226 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

clients: add support for `webpki and native certificate stores` (#533)

* Update tokio-rustls requirement from 0.22 to 0.23

Updates the requirements on [tokio-rustls](https://github.com/tokio-rs/tls) to permit the latest version.
- [Release notes](https://github.com/tokio-rs/tls/releases)
- [Commits](https://github.com/tokio-rs/tls/commits

)

---
updated-dependencies:
- dependency-name: tokio-rustls
  dependency-type: direct:production
...

Signed-off-by: default avatardependabot[bot] <[email protected]>

* push fixes but requires rustls-native-certs v0.6

* update native certs to 0.6.0

* fix clippy warnings

* remove webpki roots support

* Revert "remove webpki roots support"

This reverts commit 1144d567b343049ab7c967d320fc2fe162ba0f7c.

* support both native cert store and webpki

* sort deps in Cargo.toml

* Update ws-client/src/transport.rs

Co-authored-by: default avatarDavid <[email protected]>

Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: default avatarNiklas Adolfsson <[email protected]>
Co-authored-by: default avatarDavid <[email protected]>
parent 926f8914
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment