Skip to content

Commit

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

chore(deps): bump tower-http from 0.5.2 to 0.6.1
  • Loading branch information
wangeguo authored Oct 1, 2024
2 parents 33e2f3a + 4b0ae3b commit 830d38e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
27 changes: 23 additions & 4 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 @@ -28,7 +28,7 @@ serde.workspace = true
thiserror.workspace = true
tokio-stream = "0.1"
tokio.workspace = true
tower-http = { version = "0.5.2", features = ["full"] }
tower-http = { version = "0.6.1", features = ["full"] }
tracing-subscriber.workspace = true
tracing.workspace = true
utoipa = { version = "4.1.0", features = ["axum_extras", "uuid", "chrono"] }
Expand Down

0 comments on commit 830d38e

Please sign in to comment.