diff --git a/Cargo.lock b/Cargo.lock index 4733752..6de0d76 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2662,9 +2662,9 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "static-files" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64712ea1e3e140010e1d9605872ba205afa2ab5bd38191cc6ebd248ae1f6a06b" +checksum = "4e8590e848e1c53be9258210bcd4a8f4118e08988f03a4e2d63b62e4ad9f7ced" dependencies = [ "change-detection", "mime_guess", diff --git a/mwp-web/Cargo.toml b/mwp-web/Cargo.toml index 3207705..2e1d1cc 100644 --- a/mwp-web/Cargo.toml +++ b/mwp-web/Cargo.toml @@ -20,7 +20,7 @@ serde_json = "1.0.118" tantivy = "0.22.0" rusqlite = { version = "0.31.0", features = ["time", "url", "bundled"]} clap = { version = "4.5.8", features = ["derive"]} -static-files = "0.2.1" +static-files = "0.2.4" actix-web-static-files = "4.0.1" mwp-content = { path="../mwp-content" } @@ -28,4 +28,4 @@ mwp-search = { path="../mwp-search" } [build-dependencies] grass = "0.13.3" -static-files = "0.2.1" +static-files = "0.2.4"