fix(reflection, health): Remove transport feature (#1112)
This commit is contained in:
@@ -21,13 +21,14 @@ version = "0.5.0"
|
||||
bytes = "1.0"
|
||||
prost = "0.11"
|
||||
prost-types = "0.11"
|
||||
tokio = {version = "1.0", features = ["sync"]}
|
||||
tokio = {version = "1.0", features = ["sync", "rt"]}
|
||||
tokio-stream = {version = "0.1", features = ["net"]}
|
||||
tonic = {version = "0.8", path = "../tonic", features = ["codegen", "prost"]}
|
||||
tonic = { version = "0.8", path = "../tonic", default-features = false, features = ["codegen", "prost"] }
|
||||
|
||||
[build-dependencies]
|
||||
tonic-build = {version = "0.8", path = "../tonic-build", features = ["transport", "prost"]}
|
||||
tonic-build = { version = "0.8", path = "../tonic-build", default-features = false, features = ["prost"] }
|
||||
|
||||
[dev-dependencies]
|
||||
tonic = { version = "0.8", path = "../tonic", default-features = false, features = ["transport"] }
|
||||
futures = "0.3"
|
||||
futures-util = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user