1
0
mirror of https://github.com/actix/examples synced 2025-06-28 18:00:37 +02:00

web-cors: Update actix-cors to 0.4 (#373)

This commit is contained in:
Yuki Okushi
2020-10-03 07:51:05 +09:00
committed by GitHub
parent 60c9b68c26
commit cd62e1301f
2 changed files with 4 additions and 3 deletions

View File

@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
actix-web = "3"
actix-cors = "0.3"
actix-cors = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"