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

upgrade derive_more

This commit is contained in:
Nikolay Kim
2019-11-25 17:59:14 +06:00
parent c5907747ad
commit c1c44a7dd6
9 changed files with 15 additions and 11 deletions

View File

@ -19,5 +19,5 @@ path = "src/lib.rs"
[dependencies]
actix-web = "2.0.0-alpha.1"
actix-service = "1.0.0-alpha.1"
derive_more = "0.15.0"
derive_more = "0.99.2"
futures = "0.3.1"