Skip to content

Commit

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

chore(deps): bump tower-http from 0.5.0 to 0.5.1
  • Loading branch information
wangeguo authored Jan 16, 2024
2 parents 4850981 + 2c9ca1f commit 45ad5cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 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
tokio.workspace = true
tokio-stream = "0.1"
tower = { version = "0.4.13", features = ["full"] }
tower-http = { version = "0.5.0", features = ["full"] }
tower-http = { version = "0.5.1", features = ["full"] }
tracing.workspace = true
tracing-subscriber.workspace = true
utoipa = { version = "4.1.0", features = ["axum_extras", "uuid", "chrono"] }
Expand Down

0 comments on commit 45ad5cc

Please sign in to comment.