mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +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]]
|
[[package]]
|
||||||
name = "actix-cors"
|
name = "actix-cors"
|
||||||
version = "0.5.4"
|
version = "0.5.4"
|
||||||
|
source = "git+https://github.com/MarinPostma/actix-extras.git?rev=8f7b1fd#8f7b1fdd7f58f3a15542a27e6b237666bac756d4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"actix-web",
|
"actix-web",
|
||||||
"derive_more",
|
"derive_more",
|
||||||
|
@ -13,7 +13,7 @@ path = "src/main.rs"
|
|||||||
vergen = "3.1.0"
|
vergen = "3.1.0"
|
||||||
|
|
||||||
[dependencies]
|
[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-http = { version = "3.0.0-beta.4", features = ["cookies"] }
|
||||||
actix-service = "2.0.0-beta.4"
|
actix-service = "2.0.0-beta.4"
|
||||||
actix-web = { version = "4.0.0-beta.4", features = ["rustls", "cookies"] }
|
actix-web = { version = "4.0.0-beta.4", features = ["rustls", "cookies"] }
|
||||||
|
Loading…
Reference in New Issue
Block a user