chore(interop): Remove unnecessary asyncronous file io to read data (#1336)

This commit is contained in:
tottoto
2023-03-31 16:21:53 +00:00
committed by GitHub
parent ff331199e4
commit 44ccf49d8e
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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"}