Skip to content

Commit

Permalink
chore(deps): Bump tower-http from 0.4.4 to 0.5.0
Browse files Browse the repository at this point in the history
Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.4.4 to 0.5.0.
- [Release notes](https://github.com/tower-rs/tower-http/releases)
- [Commits](tower-rs/tower-http@tower-http-0.4.4...tower-http-0.5.0)

---
updated-dependencies:
- dependency-name: tower-http
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 15, 2023
1 parent 2243a02 commit f1822e3
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 22 deletions.
63 changes: 43 additions & 20 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 @@ -27,7 +27,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.4", features = ["util", "load-shed"] }
tower-http = { version = "0.4", features = ["add-extension", "cors"] }
tower-http = { version = "0.5", features = ["add-extension", "cors"] }
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 @@ -87,7 +87,7 @@ uuid = { version = "1", features = ["v4"] }

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

[dev-dependencies]
Expand Down

0 comments on commit f1822e3

Please sign in to comment.