From 3d7b620bc09fe6d69fb558c8751efea262a82eeb Mon Sep 17 00:00:00 2001 From: asonix Date: Sun, 14 Apr 2024 20:24:21 -0500 Subject: [PATCH] actix: update version to 0.11.1 --- actix/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix/Cargo.toml b/actix/Cargo.toml index ba40117..94390f8 100644 --- a/actix/Cargo.toml +++ b/actix/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "http-signature-normalization-actix" description = "An HTTP Signatures library that leaves the signing to you" -version = "0.11.0" +version = "0.11.1" authors = ["asonix "] license = "AGPL-3.0" readme = "README.md"