Skip to content

Commit

Permalink
use tower-http 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
magurotuna committed Sep 23, 2024
1 parent 87fd061 commit f55b190
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ tokio-rustls = { version = "0.26.0", default-features = false, features = ["ring
tokio-socks = "0.5.1"
tokio-util = "0.7.4"
tower = { version = "0.4.13", default-features = false, features = ["util"] }
tower-http = { version = "0.6.0", features = ["decompression-br", "decompression-gzip"] }
tower-http = { version = "0.6.1", features = ["decompression-br", "decompression-gzip"] }
tower-lsp = { package = "deno_tower_lsp", version = "0.1.0", features = ["proposed"] }
tower-service = "0.3.2"
twox-hash = "=1.6.3"
Expand Down Expand Up @@ -398,7 +398,3 @@ opt-level = 3
opt-level = 3
[profile.release.package.zstd-sys]
opt-level = 3

[patch.crates-io]
# Until https://github.com/tower-rs/tower-http/pull/521 is merged and released
tower-http = { git = "https://github.com/magurotuna/tower-http.git", rev = "d84e6c0b0d1427edb366704b9a3bfd7e48f9d3d4" }

0 comments on commit f55b190

Please sign in to comment.