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

fix: Remove unnecessary explicit triomphe dependency #91

Closed keelerm84 closed 4 months ago

keelerm84 commented 4 months ago

This was temporarily required as triomphe was required transitively through moka, which wasn't pinning it appropriately to maintain their stated MSRV policy.

That was changed with moka v0.12.8, allowing us to remove this workaround.

keelerm84 commented 4 months ago

Undoes the work from https://github.com/launchdarkly/rust-server-sdk/pull/83