1
0
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:
Nikolay Kim 2019-04-21 17:08:16 -07:00
parent 3058f53bac
commit f073d9029f
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,8 @@ workspace = ".."
[dependencies]
actix-rt = "0.2.2"
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"
env_logger = "0.6.1"
futures = "0.1"
@ -18,4 +19,3 @@ serde_json = "1.0.39"
time = "0.1.42"
validator = "0.8.0"
validator_derive = "0.8.0"
actix-service = "0.3.6"

View File

@ -10,8 +10,8 @@ name = "multipart"
path = "src/main.rs"
[dependencies]
actix-web = "1.0.0-alpha.4"
actix-multipart = { git="https://github.com/actix/actix-web.git" }
actix-web = "1.0.0-beta.1"
actix-multipart = "0.1.0-beta.1"
env_logger = "0.6"
futures = "0.1.25"