Skip to content

Commit

Permalink
chore(deps): Bump tower-http from 0.5.2 to 0.6.1 (#19216)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent de7b7cd commit 3a5a51d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion src/common/common_service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ thiserror-ext = { workspace = true }
tokio = { version = "0.2", package = "madsim-tokio", features = ["rt", "rt-multi-thread", "sync", "macros", "time", "signal"] }
tonic = { workspace = true }
tower = { version = "0.5", features = ["util", "load-shed"] }
tower-http = { version = "0.5", features = ["add-extension", "compression-gzip"] }
tower-http = { version = "0.6", features = ["add-extension", "compression-gzip"] }
tracing = "0.1"

[target.'cfg(not(madsim))'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ uuid = { version = "1", features = ["v4"] }

[target.'cfg(not(madsim))'.dependencies]
axum = { workspace = true }
tower-http = { version = "0.5", features = [
tower-http = { version = "0.6", features = [
"add-extension",
"cors",
"fs",
Expand Down

0 comments on commit 3a5a51d

Please sign in to comment.