feat!: remove codegen dependency on compression feature (#1004)
This commit is contained in:
@@ -16,9 +16,9 @@ pin-project = "1.0"
|
||||
prost = "0.10"
|
||||
tokio = {version = "1.0", features = ["macros", "rt-multi-thread", "net"]}
|
||||
tokio-stream = {version = "0.1.5", features = ["net"]}
|
||||
tonic = {path = "../../tonic", features = ["compression"]}
|
||||
tonic = {path = "../../tonic", features = ["gzip"]}
|
||||
tower = {version = "0.4", features = []}
|
||||
tower-http = {version = "0.3", features = ["map-response-body", "map-request-body"]}
|
||||
|
||||
[build-dependencies]
|
||||
tonic-build = {path = "../../tonic-build", features = ["compression"]}
|
||||
tonic-build = {path = "../../tonic-build" }
|
||||
|
||||
Reference in New Issue
Block a user