Bump actix-web

This commit is contained in:
asonix 2018-05-08 19:05:13 -05:00
parent 0376edcacd
commit 9c145d72e7
2 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "actix-form-data"
description = "Multipart Form Data for Actix Web"
version = "0.1.3"
version = "0.2.0"
license = "GPL-3.0"
authors = ["asonix <asonix.dev@gmail.com>"]
repository = "https://github.com/asonix/actix-multipart"
@ -13,7 +13,7 @@ name = "form_data"
[dependencies]
actix = "0.5.6"
actix-web = "0.5.6"
actix-web = "0.6.0"
bytes = "0.4.7"
failure = "0.1"
futures = "0.1.21"

View file

@ -11,7 +11,8 @@ Add it to your dependencies.
# Cargo.toml
[dependencies]
actix-form-data = "0.1.3"
actix-web = "0.6.0"
actix-form-data = "0.2.0"
```
Require it in your project.