1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 19:47:43 +02:00

update actix-codec dependencies

This commit is contained in:
Nikolay Kim
2019-12-11 10:23:01 +06:00
parent 32202188cc
commit 25012d290a
6 changed files with 6 additions and 6 deletions

View File

@ -23,7 +23,7 @@ default = []
[dependencies]
actix-service = "1.0.0-alpha.4"
actix-rt = "1.0.0-alpha.3"
actix-codec = "0.2.0-alpha.3"
actix-codec = "0.2.0"
actix-utils = "1.0.0-alpha.3"
log = "0.4"