1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-27 17:22:57 +01:00

Remove unused actix dependency

This commit is contained in:
Yuki Okushi 2020-03-18 04:33:21 +09:00
parent de374afbca
commit 83d2b9c95b
No known key found for this signature in database
GPG Key ID: B0986C85C0E2DAA1
2 changed files with 0 additions and 2 deletions

View File

@ -20,7 +20,6 @@ bytes = "0.5"
futures = "0.3.1"
derive_more = "0.99"
actix = "0.9"
actix-rt = "1"
actix-web = "2"

View File

@ -11,7 +11,6 @@ env_logger = "*"
prost = "0.6.0"
prost-derive = "0.6.0"
actix = "0.9"
actix-rt = "1"
actix-web = "2"
actix-protobuf = { path="../../" }