1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-11 09:49:29 +00:00

update deps

This commit is contained in:
Nikolay Kim 2019-03-12 17:06:08 -07:00
parent 7242d96701
commit 28f01beaec

View file

@ -61,15 +61,14 @@ ssl = ["openssl", "actix-server/ssl"]
[dependencies]
actix-codec = "0.1.0"
actix-service = "0.3.3"
actix-utils = "0.3.3"
actix-service = "0.3.4"
actix-utils = "0.3.4"
actix-router = "0.1.0"
actix-rt = "0.2.1"
actix-web-codegen = { path="actix-web-codegen" }
actix-http = { git = "https://github.com/actix/actix-http.git" }
actix-server = { git = "https://github.com/actix/actix-net.git" }
actix-server-config = { git = "https://github.com/actix/actix-net.git" }
actix-server = "0.4.0"
actix-server-config = "0.1.0"
bytes = "0.4"
cookie = { version="0.11", features=["percent-encode"] }