From 1830f66dca3f620778118c2f2ed17bd7d0ab4c80 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sat, 9 Jul 2022 19:29:01 +0100 Subject: [PATCH] revert session dep in limitation --- actix-limitation/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-limitation/Cargo.toml b/actix-limitation/Cargo.toml index 64596fffc..912b7c161 100644 --- a/actix-limitation/Cargo.toml +++ b/actix-limitation/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0" edition = "2018" [dependencies] -actix-session = "0.7" +actix-session = "0.5" actix-utils = "3" actix-web = { version = "4", default-features = false }