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] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-01 11:21:57 +00:00 committed by GitHub
parent 44c07a3eb6
commit b6c8ea8e6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -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",

View File

@ -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 }