Skip to content

Commit

Permalink
Merge pull request #36 from kube-rs/dependabot/cargo/tower-http-0.4.3
Browse files Browse the repository at this point in the history
Bump tower-http from 0.4.1 to 0.4.3
  • Loading branch information
clux authored Aug 2, 2023
2 parents c7748f3 + 3934ca6 commit 13f8b63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 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 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.18"
axum-extra = { version = "0.7.4", features = ["typed-routing"] }
tower-http = { version = "0.4.1", default-features = false, features = ["trace"] }
tower-http = { version = "0.4.3", default-features = false, features = ["trace"] }
futures = "0.3.28"
tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread", "signal"] }
elegant-departure = { version = "0.2.1", features = ["tokio"] }
Expand Down

0 comments on commit 13f8b63

Please sign in to comment.