example: Add mocked io example (#677)

* example: Add mocked io example

* fix mock example

* Remove uniex bound for mock impl
This commit is contained in:
Lucio Franco
2021-07-08 10:45:04 -04:00
committed by GitHub
parent 6711b80674
commit 2346d99f6e
3 changed files with 130 additions and 1 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ tower-http = { version = "0.1", features = ["map-response-body", "map-request-bo
bytes = "1"
futures = "0.3"
pin-project = "1.0"
hyper = "0.14"
hyper = "0.14.3"
[build-dependencies]
tonic-build = { path = "../../tonic-build", features = ["compression"] }