diff --git a/Cargo.lock b/Cargo.lock index a2f71ad..69ff76e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21,9 +21,9 @@ dependencies = [ [[package]] name = "actix-files" -version = "0.6.8" +version = "0.6.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c0d87f10d70e2948ad40e8edea79c8e77c6c66e0250a4c1f09b690465199576" +checksum = "4009a8beb4dc78a58286ac9d58969ee0a8acecb7912d5ce898b4da4335579341" dependencies = [ "actix-http", "actix-service", diff --git a/Cargo.toml b/Cargo.toml index 89d0ab2..0e026ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2024" [dependencies] actix-rt = "=2.11.0" actix-web = "=4.11.0" -actix-files = "=0.6.8" +actix-files = "=0.6.9" actix-identity = "=0.9.0" actix-session = { version = "=0.11.0", features = ["cookie-session"] } http = "=1.3.1"