From 844fa2e52c21e95c976b894d8a102580158100be Mon Sep 17 00:00:00 2001 From: daniel Date: Sat, 1 Aug 2026 13:14:00 +0100 Subject: [PATCH] chore(actix-web-helmet): bump version to 1.0.2 --- packages/actix-web-helmet/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/actix-web-helmet/Cargo.toml b/packages/actix-web-helmet/Cargo.toml index 24f8ce6..0d356da 100644 --- a/packages/actix-web-helmet/Cargo.toml +++ b/packages/actix-web-helmet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-web-helmet" -version = "1.0.1" +version = "1.0.2" edition = "2021" authors = ["Daniel Kovacs "] description = "HTTP security headers middleware for actix-web"