pubnub / rust

PubNub Rust SDK.
Other
28 stars 8 forks source link

update reqwest features to use rustls #182

Open CodyPubNub opened 5 months ago

CodyPubNub commented 5 months ago

Switches reqwest from using openssl to instead use rustls

Xavrax commented 5 months ago

We will merge the changes when the new clippy tool rules are satisfied by the master branch.

parfeon commented 5 months ago

We will push this with upcoming release with event listeners.

parfeon commented 5 months ago

@CodyPubNub looks like our linters won't pass this PR.