mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 23:51:06 +01:00
update versions
This commit is contained in:
parent
5e4e95fb0a
commit
01b1350dcc
@ -71,11 +71,11 @@ actix-utils = "0.3.4"
|
|||||||
actix-router = "0.1.2"
|
actix-router = "0.1.2"
|
||||||
actix-rt = "0.2.2"
|
actix-rt = "0.2.2"
|
||||||
actix-web-codegen = "0.1.0-alpha.6"
|
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 = "0.4.3"
|
||||||
actix-server-config = "0.1.1"
|
actix-server-config = "0.1.1"
|
||||||
actix-threadpool = "0.1.0"
|
actix-threadpool = "0.1.0"
|
||||||
awc = { version = "0.1.0", optional = true }
|
awc = { version = "0.1.1", optional = true }
|
||||||
|
|
||||||
bytes = "0.4"
|
bytes = "0.4"
|
||||||
derive_more = "0.14"
|
derive_more = "0.14"
|
||||||
@ -98,7 +98,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.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-http-test = { version = "0.1.0", features=["ssl"] }
|
||||||
actix-files = { version = "0.1.0-alpha.6" }
|
actix-files = { version = "0.1.0-alpha.6" }
|
||||||
rand = "0.6"
|
rand = "0.6"
|
||||||
|
Loading…
Reference in New Issue
Block a user