1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-02-02 10:59:03 +01:00

Merge pull request #26 from JohnTitor/remove-udeps

Remove unused `actix` dependency
This commit is contained in:
Yuki Okushi 2020-03-18 05:31:32 +09:00 committed by GitHub
commit d13798748f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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="../../" }