mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
use actix-multipart 0.1.0-beta.1
This commit is contained in:
parent
3058f53bac
commit
f073d9029f
@ -8,7 +8,8 @@ workspace = ".."
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
actix-rt = "0.2.2"
|
actix-rt = "0.2.2"
|
||||||
actix-web = { version="1.0.0-beta.1", features=["ssl"] }
|
actix-web = { version="1.0.0-beta.1", features=["ssl"] }
|
||||||
actix-multipart = { git="https://github.com/actix/actix-web.git" }
|
actix-multipart = "0.1.0-beta.1"
|
||||||
|
actix-service = "0.3.6"
|
||||||
bytes = "0.4.12"
|
bytes = "0.4.12"
|
||||||
env_logger = "0.6.1"
|
env_logger = "0.6.1"
|
||||||
futures = "0.1"
|
futures = "0.1"
|
||||||
@ -18,4 +19,3 @@ serde_json = "1.0.39"
|
|||||||
time = "0.1.42"
|
time = "0.1.42"
|
||||||
validator = "0.8.0"
|
validator = "0.8.0"
|
||||||
validator_derive = "0.8.0"
|
validator_derive = "0.8.0"
|
||||||
actix-service = "0.3.6"
|
|
||||||
|
@ -10,8 +10,8 @@ name = "multipart"
|
|||||||
path = "src/main.rs"
|
path = "src/main.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "1.0.0-alpha.4"
|
actix-web = "1.0.0-beta.1"
|
||||||
actix-multipart = { git="https://github.com/actix/actix-web.git" }
|
actix-multipart = "0.1.0-beta.1"
|
||||||
|
|
||||||
env_logger = "0.6"
|
env_logger = "0.6"
|
||||||
futures = "0.1.25"
|
futures = "0.1.25"
|
||||||
|
Loading…
Reference in New Issue
Block a user