Skip to content

Commit

Permalink
Merge pull request #275 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.4.4
  • Loading branch information
rito528 authored Sep 8, 2023
2 parents f5e2763 + 78befa6 commit 844962d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.31.5", default-features = false, features = ["backtrace", "contexts", "panic", "anyhow", "reqwest", "profiling", "tracing", "debug-images", "rustls", "tower", "tower-http"] }
tokio = { version = "1.32.0", features = ["full"] }
tower = "0.4.13"
tower-http = { version = "0.4.3", features = ["cors"] }
tower-http = { version = "0.4.4", features = ["cors"] }
tracing = { workspace = true }
tracing-subscriber = { version = "0.3.17", features = ["std", "registry", "env-filter"] }

Expand Down

0 comments on commit 844962d

Please sign in to comment.