From 83d2b9c95b1932f12f21b2af9ab729c480cea8f6 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Wed, 18 Mar 2020 04:33:21 +0900 Subject: [PATCH] Remove unused `actix` dependency --- actix-protobuf/Cargo.toml | 1 - actix-protobuf/examples/prost-example/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/actix-protobuf/Cargo.toml b/actix-protobuf/Cargo.toml index 67fe602b3..62be081e9 100644 --- a/actix-protobuf/Cargo.toml +++ b/actix-protobuf/Cargo.toml @@ -20,7 +20,6 @@ bytes = "0.5" futures = "0.3.1" derive_more = "0.99" -actix = "0.9" actix-rt = "1" actix-web = "2" diff --git a/actix-protobuf/examples/prost-example/Cargo.toml b/actix-protobuf/examples/prost-example/Cargo.toml index 2f9efbabe..2df0f023e 100644 --- a/actix-protobuf/examples/prost-example/Cargo.toml +++ b/actix-protobuf/examples/prost-example/Cargo.toml @@ -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="../../" }