From 022c5a6febfdaf315f8fe2a856d1170122c1e6cb Mon Sep 17 00:00:00 2001 From: utibeabasi6 Date: Fri, 18 Oct 2024 06:59:32 +0100 Subject: [PATCH] chore: Release aegis-waf version 3.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bfe6967..b47ba55 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -202,7 +202,7 @@ checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" [[package]] name = "aegis-waf" -version = "3.2.0" +version = "3.3.0" dependencies = [ "actix-web", "bb8", diff --git a/Cargo.toml b/Cargo.toml index 373d802..6b51f18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aegis-waf" -version = "3.2.0" +version = "3.3.0" description = "simple web application firewall" license = "MIT" homepage = "https://github.com/utibeabasi6/aegis"