boinkor-net / governor

A rate-limiting library for Rust (f.k.a. ratelimit_meter)
https://github.com/boinkor-net/governor
MIT License
592 stars 46 forks source link

chore(deps): replace futures with futures-util & futures-executor #239

Closed negezor closed 1 month ago

negezor commented 1 month ago

As the title says, this replaces the direct dependency on the entire features crate in favor of a smaller futures-util. This change removes 4 dependencies from the dependency tree.

antifuchs commented 1 month ago

That clippy failure is on me (need to update the main branch), will try to fix that & have you rebase if that's ok (:

antifuchs commented 1 month ago

master branch should be free from that clippy failure - would you mind merging it in or rebasing on top of it?