1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-28 05:10: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

@ -18,7 +18,7 @@ name = "actix_threadpool"
path = "src/lib.rs"
[dependencies]
derive_more = "0.15"
derive_more = "0.99"
futures = "0.3.1"
parking_lot = "0.9"
lazy_static = "1.2"