build(deps): update actix-cors requirement from 0.6.1 to 0.7.0

Updates the requirements on [actix-cors](https://github.com/actix/actix-extras) to permit the latest version.
- [Release notes](https://github.com/actix/actix-extras/releases)
- [Commits](https://github.com/actix/actix-extras/compare/cors-v0.6.1...cors-v0.7.0)

---
updated-dependencies:
- dependency-name: actix-cors
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-01-08 04:18:49 +00:00 committed by GitHub
parent a027ca1d70
commit ebc75c14d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ dotenv = "0.15.0"
actix-web = "4" actix-web = "4"
actix-rt = "2.7.0" actix-rt = "2.7.0"
actix-cors = "0.6.1" actix-cors = "0.7.0"
actix-web-grants = "3.0.1" actix-web-grants = "3.0.1"
actix-web-httpauth = "0.8" actix-web-httpauth = "0.8"