diff --git a/actix_limitation/index.html b/actix_limitation/index.html index 32433efc3..2a56c3a28 100644 --- a/actix_limitation/index.html +++ b/actix_limitation/index.html @@ -1,9 +1,9 @@ actix_limitation - Rust

Crate actix_limitation

logo
Expand description

Rate limiter using a fixed window counter for arbitrary keys, backed by Redis for Actix Web.

[dependencies]
 actix-web = "4"
-actix-limitation = "0.3"
+actix-limitation = "0.4"
use std::{sync::Arc, time::Duration};
 use actix_web::{dev::ServiceRequest, get, web, App, HttpServer, Responder};
 use actix_session::SessionExt as _;