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:
Lucio Franco
2020-01-11 12:48:24 -08:00
committed by GitHub
parent 18e944bd28
commit 6673f91f1f
11 changed files with 11 additions and 20 deletions
-1
View File
@@ -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"