Skip to content

Commit

Permalink
chore: update tower-http (#985)
Browse files Browse the repository at this point in the history
* Update tower-http

* one more update
  • Loading branch information
davidpdrsn committed Apr 27, 2022
1 parent fd596a8 commit 13b55df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion tests/compression/Cargo.toml
Expand Up @@ -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"]}
2 changes: 1 addition & 1 deletion tests/integration_tests/Cargo.toml
Expand Up @@ -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"]}

Expand Down

0 comments on commit 13b55df

Please sign in to comment.