1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-27 10:39:03 +02:00

update deps

This commit is contained in:
Nikolay Kim
2019-03-09 14:33:33 -08:00
parent 9c7056e9b8
commit 6c4be45787
2 changed files with 7 additions and 15 deletions

View File

@ -32,15 +32,13 @@ session = ["cookie/secure"]
ssl = ["openssl", "actix-http/ssl", "actix-server/ssl"]
[dependencies]
actix-codec = "0.1"
actix-codec = "0.1.1"
actix-rt = "0.2.0"
actix-http = { path=".." }
#actix-service = "0.3.2"
actix-service = { git="https://github.com/actix/actix-net.git" }
actix-service = "0.3.3"
#actix-server = "0.3.0"
actix-server = { git="https://github.com/actix/actix-net.git" }
#actix-utils = "0.3.2"
actix-utils = { git="https://github.com/actix/actix-net.git" }
actix-utils = "0.3.2"
base64 = "0.10"
bytes = "0.4"