Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 21 additions & 5 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 @@ -61,7 +61,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
# fallback is only mounted when `OPENCOMPANY_CONSOLE_DIR` points at a real
# directory, so the default build's behavior is byte-for-byte unchanged. Pure
# Rust, no system libs, no network.
tower-http = { version = "0.6", features = ["fs"] }
tower-http = { version = "0.7", features = ["fs"] }
# `ServiceExt::oneshot` lets the `/` SPA fallback hand a request off to
# `ServeDir` from inside an axum handler, so reserved server prefixes can 404
# before the static service ever sees them. Already in the tree via `tower-http`
Expand Down
Loading