From 4fc84b6d1d70c2650ce878aa39e98968076b1fc8 Mon Sep 17 00:00:00 2001 From: robjtede Date: Sat, 10 Sep 2022 23:09:57 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=209a3b4?= =?UTF-8?q?10409483e52640c45e4dceb49b1e6926b70=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- actix_limitation/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 _;