+1
-1
@@ -225,7 +225,7 @@ h2 = "0.3"
|
||||
tokio-rustls = "*"
|
||||
hyper-rustls = { version = "0.23", features = ["http2"] }
|
||||
rustls-pemfile = "*"
|
||||
tower-http = { version = "0.2", features = ["add-extension"] }
|
||||
tower-http = { version = "0.3", features = ["add-extension"] }
|
||||
|
||||
|
||||
[build-dependencies]
|
||||
|
||||
@@ -18,7 +18,7 @@ tokio = {version = "1.0", features = ["macros", "rt-multi-thread", "net"]}
|
||||
tokio-stream = {version = "0.1.5", features = ["net"]}
|
||||
tonic = {path = "../../tonic", features = ["compression"]}
|
||||
tower = {version = "0.4", features = []}
|
||||
tower-http = {version = "0.2", features = ["map-response-body", "map-request-body"]}
|
||||
tower-http = {version = "0.3", features = ["map-response-body", "map-request-body"]}
|
||||
|
||||
[build-dependencies]
|
||||
tonic-build = {path = "../../tonic-build", features = ["compression"]}
|
||||
|
||||
@@ -23,7 +23,7 @@ http-body = "0.4"
|
||||
hyper = "0.14"
|
||||
tokio-stream = {version = "0.1.5", features = ["net"]}
|
||||
tower = {version = "0.4", features = []}
|
||||
tower-http = { version = "0.2", features = ["set-header", "trace"] }
|
||||
tower-http = { version = "0.3", features = ["set-header", "trace"] }
|
||||
tower-service = "0.3"
|
||||
tracing-subscriber = {version = "0.3", features = ["env-filter"]}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user