From 0aeccf72bb8a7862e84560b78cb272a25744c1f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 15:06:11 +0000 Subject: [PATCH] chore(deps)(deps): bump static-files from 0.2.5 to 0.3.1 Bumps [static-files](https://github.com/static-files-rs/static-files) from 0.2.5 to 0.3.1. - [Release notes](https://github.com/static-files-rs/static-files/releases) - [Commits](https://github.com/static-files-rs/static-files/compare/v0.2.5...v0.3.1) --- updated-dependencies: - dependency-name: static-files dependency-version: 0.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 ++++++++++---- terraphim_server/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d858739..8c74241 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1334,7 +1334,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "159fa412eae48a1d94d0b9ecdb85c97ce56eb2a347c62394d3fdbf221adabc1a" dependencies = [ "path-matchers", - "path-slash", + "path-slash 0.1.5", ] [[package]] @@ -6933,6 +6933,12 @@ version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "498a099351efa4becc6a19c72aa9270598e8fd274ca47052e37455241c88b696" +[[package]] +name = "path-slash" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e91099d4268b0e11973f036e885d652fb0b21fedcf69738c627f94db6a44f42" + [[package]] name = "pathdiff" version = "0.2.3" @@ -9785,13 +9791,13 @@ dependencies = [ [[package]] name = "static-files" -version = "0.2.5" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9c425c07353535ef55b45420f5a8b0a397cd9bc3d7e5236497ca0d90604aa9b" +checksum = "493af46ab6e8d5409eb02ced7af4bbc97643de491df7b4afcd1cd8fdcc91dc82" dependencies = [ "change-detection", "mime_guess", - "path-slash", + "path-slash 0.2.1", ] [[package]] diff --git a/terraphim_server/Cargo.toml b/terraphim_server/Cargo.toml index a496bc0..f6269b9 100644 --- a/terraphim_server/Cargo.toml +++ b/terraphim_server/Cargo.toml @@ -71,7 +71,7 @@ axum-test = "18" futures-util = "0.3" [build-dependencies] -static-files = "0.2" +static-files = "0.3" walkdir = "2" dircpy = "0.3.15"