Skip to content

Commit

Permalink
chore(deps): Bump tower from 0.4.13 to 0.5.0 (#19663)
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 Dec 10, 2024
1 parent 4545b6e commit c269f84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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/frontend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ tokio = { version = "0.2", package = "madsim-tokio", features = [
tokio-postgres = "0.7"
tokio-stream = { workspace = true }
tonic = { workspace = true }
tower = { version = "0.4", features = ["util", "load-shed"] }
tower = { version = "0.5", features = ["util", "load-shed"] }
tower-http = { version = "0.6", features = [
"add-extension",
"cors",
Expand Down

0 comments on commit c269f84

Please sign in to comment.