update dependencies

This commit is contained in:
Nikolay Kim 2019-05-12 10:18:02 -07:00
parent 07c9eec803
commit e9cbcbaf03
11 changed files with 26 additions and 19 deletions

View file

@ -76,7 +76,7 @@ actix-server = "0.5.0"
actix-server-config = "0.1.1"
actix-threadpool = "0.1.0"
actix = { version = "0.8.1", features=["http"], optional = true }
awc = { version = "0.1.1", optional = true }
awc = { version = "0.2.0", optional = true }
bytes = "0.4"
derive_more = "0.14"
@ -100,7 +100,7 @@ rustls = { version = "^0.15", optional = true }
[dev-dependencies]
actix-http = { version = "0.2.0", features=["ssl", "brotli", "flate2-zlib"] }
actix-http-test = { version = "0.1.1", features=["ssl"] }
actix-http-test = { version = "0.2.0", features=["ssl"] }
actix-files = { version = "0.1.0-betsa.1" }
rand = "0.6"
env_logger = "0.6"
@ -124,5 +124,4 @@ actix-session = { path = "actix-session" }
awc = { path = "awc" }
actix-files = { path = "actix-files" }
actix-framed = { path = "actix-framed" }
actix-multipart = { path = "actix-multipart" }