chore(interop): Remove unnecessary asyncronous file io to read data (#1336)
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ http = "0.2"
|
||||
http-body = "0.4.2"
|
||||
hyper = "0.14"
|
||||
prost = "0.11"
|
||||
tokio = {version = "1.0", features = ["rt-multi-thread", "time", "macros", "fs"]}
|
||||
tokio = {version = "1.0", features = ["rt-multi-thread", "time", "macros"]}
|
||||
tokio-stream = "0.1"
|
||||
tonic = {path = "../tonic", features = ["tls"]}
|
||||
tower = {version = "0.4"}
|
||||
|
||||
Reference in New Issue
Block a user