mirror of
https://github.com/OSMA-D/osma-server.git
synced 2024-11-05 21:24:02 +03:00
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:
parent
a027ca1d70
commit
ebc75c14d7
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ dotenv = "0.15.0"
|
|||
|
||||
actix-web = "4"
|
||||
actix-rt = "2.7.0"
|
||||
actix-cors = "0.6.1"
|
||||
actix-cors = "0.7.0"
|
||||
actix-web-grants = "3.0.1"
|
||||
actix-web-httpauth = "0.8"
|
||||
|
||||
|
|
Loading…
Reference in a new issue