Skip to content

Commit

Permalink
patch tower-http
Browse files Browse the repository at this point in the history
  • Loading branch information
magurotuna committed Sep 22, 2024
1 parent 0cb00a6 commit 4f2e35f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 4 additions & 5 deletions Cargo.lock

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

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,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.5.2", features = ["decompression-br", "decompression-gzip"] }
tower-http = { version = "0.6.0", 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 @@ -397,3 +397,7 @@ 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 4f2e35f

Please sign in to comment.