mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
use actix cors git dependency
This commit is contained in:
parent
abbea59732
commit
c29b86849b
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -54,6 +54,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "actix-cors"
|
||||
version = "0.5.4"
|
||||
source = "git+https://github.com/MarinPostma/actix-extras.git?rev=8f7b1fd#8f7b1fdd7f58f3a15542a27e6b237666bac756d4"
|
||||
dependencies = [
|
||||
"actix-web",
|
||||
"derive_more",
|
||||
|
@ -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…
Reference in New Issue
Block a user