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

@ -20,7 +20,7 @@ path = "src/lib.rs"
[dependencies]
actix-service = "1.0.0-alpha.3"
actix-rt = "1.0.0-alpha.3"
actix-codec = "0.2.0-alpha.3"
actix-codec = "0.2.0"
bytes = "0.5.2"
either = "1.5.2"
futures = "0.3.1"