diff --git a/moneymgr_backend/Cargo.lock b/moneymgr_backend/Cargo.lock index ee8c390..1c521e3 100644 --- a/moneymgr_backend/Cargo.lock +++ b/moneymgr_backend/Cargo.lock @@ -36,9 +36,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/moneymgr_backend/Cargo.toml b/moneymgr_backend/Cargo.toml index b86987b..947d015 100644 --- a/moneymgr_backend/Cargo.toml +++ b/moneymgr_backend/Cargo.toml @@ -14,7 +14,7 @@ actix-cors = "0.7.1" actix-multipart = "0.7.2" actix-remote-ip = "0.1.0" actix-session = { version = "0.10.1", features = ["redis-session"] } -actix-files = "0.6.8" +actix-files = "0.6.9" lazy_static = "1.5.0" anyhow = "1.0.100" serde = { version = "1.0.228", features = ["derive"] }