launchdarkly / rust-server-sdk

LaunchDarkly Server-Side SDK for Rust
https://docs.launchdarkly.com/sdk/server-side/rust
Other
18 stars 13 forks source link

SDK includes `hyper-rustls` and by extension `rustls` twice #42

Closed lucacasonato closed 7 months ago

lucacasonato commented 1 year ago

The SDK has a direct dependency on hyper-rustls 0.23.0. It also has a dependency on eventsource-client 0.11.0. eventsource-client has a dependency on hyper-rustls 0.22.1.

Also both of these rustls versions are out of date. The latest hyper-rustls is 0.24.0. Both dependencies should be updated to 0.24.0.

keelerm84 commented 1 year ago

Thank you for opening this issue. We are aware of this dependency issue and will be working to fix it as soon as we are able.

We will update you here once this has been resolved.

keelerm84 commented 7 months ago

v2 of the SDK was released which should have consistency dependencies between the event source and SDK.