Skip to content

Commit

Permalink
Merge pull request #48 from kube-rs/dependabot/cargo/tower-http-0.4.4
Browse files Browse the repository at this point in the history
[Cargo]: Bump tower-http from 0.4.3 to 0.4.4
  • Loading branch information
clux authored Sep 11, 2023
2 parents 3facae9 + 1953cfc commit b94803e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ path = "version.rs"
[dependencies]
axum = "0.6.20"
axum-extra = { version = "0.7.7", features = ["typed-routing"] }
tower-http = { version = "0.4.3", default-features = false, features = ["trace"] }
tower-http = { version = "0.4.4", default-features = false, features = ["trace"] }
futures = "0.3.28"
tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread", "signal"] }
elegant-departure = { version = "0.2.1", features = ["tokio"] }
Expand Down

0 comments on commit b94803e

Please sign in to comment.