mirror of
https://github.com/actix/actix-web.git
synced 2024-11-20 16:41:05 +00:00
update deps
This commit is contained in:
parent
a771540b16
commit
38f04b75a7
1 changed files with 3 additions and 3 deletions
|
@ -72,8 +72,8 @@ actix-service = "0.4.0"
|
||||||
actix-utils = "0.4.1"
|
actix-utils = "0.4.1"
|
||||||
actix-router = "0.1.5"
|
actix-router = "0.1.5"
|
||||||
actix-rt = "0.2.2"
|
actix-rt = "0.2.2"
|
||||||
actix-web-codegen = "0.1.1"
|
actix-web-codegen = "0.1.2"
|
||||||
actix-http = "0.2.2"
|
actix-http = "0.2.3"
|
||||||
actix-server = "0.5.1"
|
actix-server = "0.5.1"
|
||||||
actix-server-config = "0.1.1"
|
actix-server-config = "0.1.1"
|
||||||
actix-threadpool = "0.1.0"
|
actix-threadpool = "0.1.0"
|
||||||
|
@ -100,7 +100,7 @@ openssl = { version="0.10", optional = true }
|
||||||
rustls = { version = "0.15", optional = true }
|
rustls = { version = "0.15", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
actix-http = { version = "0.2.2", features=["ssl", "brotli", "flate2-zlib"] }
|
actix-http = { version = "0.2.3", features=["ssl", "brotli", "flate2-zlib"] }
|
||||||
actix-http-test = { version = "0.2.0", features=["ssl"] }
|
actix-http-test = { version = "0.2.0", features=["ssl"] }
|
||||||
actix-files = { version = "0.1.1" }
|
actix-files = { version = "0.1.1" }
|
||||||
rand = "0.6"
|
rand = "0.6"
|
||||||
|
|
Loading…
Reference in a new issue