TerminalWitchcraft / actix-ratelimit

Rate limiter framework for Actix web
MIT License
126 stars 25 forks source link

Support Actix `4.0.0` #23

Open suptejas opened 2 years ago

suptejas commented 2 years ago

This library does not support versions of actix-web greater than the latest version 3 release (3.3.3). It would be awesome if Actix version 4 support is added in!

kmindi commented 2 years ago

I also ran into a problem using it, couldn't compile anymore because of the dependency on actix-http = {version = "2.2.0", features=["actors"]} which then depends on a conflicting brotli version leading to a linker error (see https://github.com/actix/actix-web/issues/2698)