Skip to content

Commit

Permalink
Bump tower-http from 0.5.2 to 0.6.1 (#1236)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 26, 2024
1 parent 4a31e4a commit b5097b3
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 crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ time = "0.3"
thiserror = "1"
tokio = { features = ["fs", "macros", "rt-multi-thread", "sync", "process"], version = "1" }
tokio-tungstenite = "0.23"
tower-http = { features = ["fs", "trace"], version = "0.5" }
tower-http = { features = ["fs", "trace"], version = "0.6" }
ulid = { features = ["serde"], version = "1.1" }
unsigned-varint = { version = "0.8", features = ["codec", "asynchronous_codec"] }
wasmer = { features = ["sys"], workspace = true }
Expand Down

0 comments on commit b5097b3

Please sign in to comment.