From 8fd99ca2965c5ba95affe02dfc25c89c1f73dc30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 04:15:27 +0000 Subject: [PATCH] build(deps): update actix-web-grants requirement from 3.0.1 to 4.0.3 Updates the requirements on [actix-web-grants](https://github.com/DDtKey/protect-endpoints) to permit the latest version. - [Release notes](https://github.com/DDtKey/protect-endpoints/releases) - [Changelog](https://github.com/DDtKey/protect-endpoints/blob/main/release-plz.toml) - [Commits](https://github.com/DDtKey/protect-endpoints/compare/3.0.1...actix-web-grants-v4.0.3) --- updated-dependencies: - dependency-name: actix-web-grants dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 83b8aa5..a5af93a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ dotenv = "0.15.0" actix-web = "4" actix-rt = "2.7.0" actix-cors = "0.6.1" -actix-web-grants = "3.0.1" +actix-web-grants = "4.0.3" actix-web-httpauth = "0.8" mongodb = { version = "2.1.0"}