From 363c04a2e8b119df7e870658e1a29e8f171aabbd Mon Sep 17 00:00:00 2001 From: tottoto Date: Wed, 14 Dec 2022 03:06:13 +0900 Subject: [PATCH] chore: Remove unused bytes from dependencies (#1186) --- interop/Cargo.toml | 1 - tests/extern_path/uuid/Cargo.toml | 1 - tonic-health/Cargo.toml | 1 - tonic-reflection/Cargo.toml | 1 - 4 files changed, 4 deletions(-) diff --git a/interop/Cargo.toml b/interop/Cargo.toml index 420a77e..229d5e1 100644 --- a/interop/Cargo.toml +++ b/interop/Cargo.toml @@ -16,7 +16,6 @@ path = "src/bin/server.rs" [dependencies] async-stream = "0.3" -bytes = "1.0" clap = {version = "4.0.26", features = ["derive"]} console = "0.15" futures-core = "0.3" diff --git a/tests/extern_path/uuid/Cargo.toml b/tests/extern_path/uuid/Cargo.toml index 28d420f..7ed3d64 100644 --- a/tests/extern_path/uuid/Cargo.toml +++ b/tests/extern_path/uuid/Cargo.toml @@ -9,7 +9,6 @@ version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -bytes = "1.0" prost = "0.11" [build-dependencies] prost-build = "0.11.4" diff --git a/tonic-health/Cargo.toml b/tonic-health/Cargo.toml index b1e0337..cf55fa5 100644 --- a/tonic-health/Cargo.toml +++ b/tonic-health/Cargo.toml @@ -20,7 +20,6 @@ transport = [] [dependencies] async-stream = "0.3" -bytes = "1.0" prost = "0.11" tokio = {version = "1.0", features = ["sync"]} tokio-stream = "0.1" diff --git a/tonic-reflection/Cargo.toml b/tonic-reflection/Cargo.toml index beedf1a..224e765 100644 --- a/tonic-reflection/Cargo.toml +++ b/tonic-reflection/Cargo.toml @@ -18,7 +18,6 @@ repository = "https://github.com/hyperium/tonic" version = "0.6.0" [dependencies] -bytes = "1.0" prost = "0.11" prost-types = "0.11" tokio = {version = "1.0", features = ["sync", "rt"]}