prepare awc release

This commit is contained in:
Nikolay Kim 2019-05-12 10:04:38 -07:00
parent beae9ca0f7
commit 07c9eec803
3 changed files with 12 additions and 6 deletions

View file

@ -71,7 +71,7 @@ actix-utils = "0.4.0"
actix-router = "0.1.3"
actix-rt = "0.2.2"
actix-web-codegen = "0.1.0-beta.1"
actix-http = { version = "0.1.5", features=["fail"] }
actix-http = { version = "0.2.0", features=["fail"] }
actix-server = "0.5.0"
actix-server-config = "0.1.1"
actix-threadpool = "0.1.0"
@ -99,7 +99,7 @@ openssl = { version="0.10", optional = true }
rustls = { version = "^0.15", optional = true }
[dev-dependencies]
actix-http = { version = "0.1.5", features=["ssl", "brotli", "flate2-zlib"] }
actix-http = { version = "0.2.0", features=["ssl", "brotli", "flate2-zlib"] }
actix-http-test = { version = "0.1.1", features=["ssl"] }
actix-files = { version = "0.1.0-betsa.1" }
rand = "0.6"