Skip to content

Commit

Permalink
Merge pull request #923 from kubewarden/dependabot/cargo/tower-http-0…
Browse files Browse the repository at this point in the history
….6.1

build(deps): bump tower-http from 0.5.2 to 0.6.1
  • Loading branch information
flavio authored Sep 30, 2024
2 parents c074434 + 446af76 commit f0bb102
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 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 @@ -52,7 +52,7 @@ semver = { version = "1.0.22", features = ["serde"] }
mockall_double = "0.3"
axum = { version = "0.7.5", features = ["macros", "query"] }
axum-server = { version = "0.7.1", features = ["tls-rustls"] }
tower-http = { version = "0.5.2", features = ["trace"] }
tower-http = { version = "0.6.1", features = ["trace"] }
tikv-jemallocator = { version = "0.5.4", features = [
"profiling",
"unprefixed_malloc_on_supported_platforms",
Expand Down

0 comments on commit f0bb102

Please sign in to comment.