From b6c8ea8e6a6eb97dbe87d43f34f97e93f072d18d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 11:21:57 +0000 Subject: [PATCH] chore(deps): bump actix-web-grants from 4.0.3 to 4.1.0 Bumps [actix-web-grants](https://github.com/DDtKey/protect-endpoints) from 4.0.3 to 4.1.0. - [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/actix-web-grants-v4.0.3...actix-web-grants-v4.1.0) --- updated-dependencies: - dependency-name: actix-web-grants dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2d6fff6..9504670 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -270,9 +270,9 @@ dependencies = [ [[package]] name = "actix-web-grants" -version = "4.0.3" +version = "4.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf5941a5bdf4cc022ca7721dae70d9818d7b13f93040b0543cb901410c8d3172" +checksum = "9793f592921b44112da3d82f7a6d5e0867cb0b1a7c11c304138bff95f92a5725" dependencies = [ "actix-web", "protect-endpoints-proc-macro", @@ -1946,9 +1946,9 @@ dependencies = [ [[package]] name = "protect-endpoints-proc-macro" -version = "0.1.1" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfff647917bb00f5e9c57a5c15d95db74db5387139ac03052358e38462c86a76" +checksum = "252ec626765a872f3a6d462581c4781549a2a2f6f9d4d8a789ad40f5db3c0c74" dependencies = [ "darling", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 192272a..30652e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ shuttle = ["dep:shuttle-actix-web", "dep:shuttle-runtime", "dep:tokio"] [dependencies] actix-web = { version = "4.5.1" } -actix-web-grants = { version = "4.0.3" } +actix-web-grants = { version = "4.1.0" } actix-multipart = "0.6.1" actix-files = "0.6.5" shuttle-actix-web = { version = "0.42.0", optional = true }