1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-28 07:30:36 +02:00

upgrade derive_more

This commit is contained in:
Nikolay Kim
2019-11-25 17:54:47 +06:00
parent 5265714f68
commit 905d058454
3 changed files with 7 additions and 6 deletions

View File

@ -37,7 +37,7 @@ actix-service = "1.0.0-alpha.1"
actix-codec = "0.2.0-alpha.1"
actix-utils = "0.5.0-alpha.1"
actix-rt = "1.0.0-alpha.1"
derive_more = "0.15"
derive_more = "0.99"
either = "1.5.2"
futures = "0.3.1"
http = { version = "0.1.17", optional = true }