mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
use actix cors git dependency
This commit is contained in:
parent
abbea59732
commit
c29b86849b
2 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,7 @@ path = "src/main.rs"
|
|||
vergen = "3.1.0"
|
||||
|
||||
[dependencies]
|
||||
actix-cors = { path = "../../actix-extras/actix-cors" }
|
||||
actix-cors = { git = "https://github.com/MarinPostma/actix-extras.git", rev = "8f7b1fd" }
|
||||
actix-http = { version = "3.0.0-beta.4", features = ["cookies"] }
|
||||
actix-service = "2.0.0-beta.4"
|
||||
actix-web = { version = "4.0.0-beta.4", features = ["rustls", "cookies"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue