chore: Remove required bytes dep and clean up deny (#227)
* chore: Remove required bytes dep and clean up deny * Fix interop test cli args
This commit is contained in:
+1
-2
@@ -88,7 +88,6 @@ path = "src/uds/server.rs"
|
||||
|
||||
[dependencies]
|
||||
tonic = { path = "../tonic", features = ["tls"] }
|
||||
bytes = "0.5"
|
||||
prost = { git = "https://github.com/danburkert/prost", branch = "master" }
|
||||
|
||||
tokio = { version = "0.2", features = ["rt-threaded", "time", "stream", "fs", "macros", "uds"] }
|
||||
@@ -100,7 +99,7 @@ tower = "0.3"
|
||||
# Required for routeguide
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
rand = "0.6"
|
||||
rand = "0.7"
|
||||
|
||||
# Tracing
|
||||
tracing = "0.1"
|
||||
|
||||
@@ -114,7 +114,6 @@ path = "src/client.rs"
|
||||
|
||||
[dependencies]
|
||||
tonic = "0.1.0-beta.1"
|
||||
bytes = "0.5"
|
||||
prost = { git = "https://github.com/danburkert/prost", branch = "master" }
|
||||
tokio = { version = "0.2", features = ["macros"] }
|
||||
|
||||
|
||||
@@ -181,7 +181,6 @@ Edit `Cargo.toml` and add all the dependencies we'll need for this example:
|
||||
```toml
|
||||
[dependencies]
|
||||
tonic = "0.1.0-beta.1"
|
||||
bytes = "0.5"
|
||||
prost = { git = "https://github.com/danburkert/prost", branch = "master" }
|
||||
futures-core = "0.3"
|
||||
futures-util = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user