Skip to content

Commit

Permalink
chore: upgrade tower-http to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
audunhalland committed Sep 28, 2024
1 parent 4e2a921 commit 6cac735
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -47,7 +47,7 @@ walkdir = { version = "2.3.3", optional = true }
futures-util = { version = "0.3.28", optional = true }
tokio = { version = "1.28.1", features = ["macros", "rt-multi-thread"], optional = true }
axum = { version = "0.7.5", default-features = false, features = ["http1", "tokio", "ws"], optional = true }
tower-http = { version = "0.5.2", default-features = false, features = ["fs"], optional = true }
tower-http = { version = "0.6.1", default-features = false, features = ["fs"], optional = true }

# Search feature
elasticlunr-rs = { version = "3.0.2", optional = true }
Expand Down

0 comments on commit 6cac735

Please sign in to comment.