1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-02 21:39:26 +00:00

update versions

This commit is contained in:
Nikolay Kim 2019-04-19 18:16:01 -07:00
parent 5e4e95fb0a
commit 01b1350dcc

View file

@ -71,11 +71,11 @@ actix-utils = "0.3.4"
actix-router = "0.1.2"
actix-rt = "0.2.2"
actix-web-codegen = "0.1.0-alpha.6"
actix-http = { version = "0.1.0", features=["fail"] }
actix-http = { version = "0.1.1", features=["fail"] }
actix-server = "0.4.3"
actix-server-config = "0.1.1"
actix-threadpool = "0.1.0"
awc = { version = "0.1.0", optional = true }
awc = { version = "0.1.1", optional = true }
bytes = "0.4"
derive_more = "0.14"
@ -98,7 +98,7 @@ openssl = { version="0.10", optional = true }
rustls = { version = "^0.15", optional = true }
[dev-dependencies]
actix-http = { version = "0.1.0", features=["ssl", "brotli", "flate2-zlib"] }
actix-http = { version = "0.1.1", features=["ssl", "brotli", "flate2-zlib"] }
actix-http-test = { version = "0.1.0", features=["ssl"] }
actix-files = { version = "0.1.0-alpha.6" }
rand = "0.6"