Skip to content

Commit

Permalink
Merge pull request #574 from GiganticMinecraft/renovate/tower-http-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate tower-http to 0.6.0
  • Loading branch information
rito528 authored Oct 14, 2024
2 parents 3f36b15 + 6dffaa1 commit 678aec5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions server/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 server/entrypoint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ resource = { path = "../infra/resource" }
sentry = { version = "0.34.0", default-features = false, features = ["backtrace", "contexts", "panic", "anyhow", "reqwest", "tracing", "debug-images", "rustls", "tower", "tower-http"] }
tokio = { version = "1.36.0", features = ["full"] }
tower = "0.5.0"
tower-http = { version = "0.5.2", features = ["cors"] }
tower-http = { version = "0.6.0", features = ["cors"] }
tracing = { workspace = true }
tracing-subscriber = { version = "0.3.18", features = ["std", "registry", "env-filter"] }
serde_json = { workspace = true }
Expand Down

0 comments on commit 678aec5

Please sign in to comment.