Skip to content

Commit

Permalink
Merge pull request #109 from amphitheatre-app/dependabot/cargo/tower-…
Browse files Browse the repository at this point in the history
…http-0.5.0

Bump tower-http from 0.4.4 to 0.5.0
  • Loading branch information
wangeguo authored Nov 29, 2023
2 parents 0976d1b + 5df9663 commit 00dd18a
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 25 deletions.
109 changes: 85 additions & 24 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 apiserver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ thiserror = { workspace = true, optional = false }
tokio = { workspace = true, optional = false }
tokio-stream = "0.1"
tower = { version = "0.4.13", features = ["full"] }
tower-http = { version = "0.4.4", features = ["full"] }
tower-http = { version = "0.5.0", features = ["full"] }
tracing = { workspace = true, optional = false }
tracing-subscriber = { workspace = true, optional = false }
utoipa = { version = "3", features = ["axum_extras", "uuid", "chrono"] }
Expand Down

0 comments on commit 00dd18a

Please sign in to comment.