chore: Remove unused bytes from dependencies (#1186)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"]}
|
||||
|
||||
Reference in New Issue
Block a user