diff --git a/actix/Cargo.lock b/actix/Cargo.lock index b632fa9..d20cd6f 100644 --- a/actix/Cargo.lock +++ b/actix/Cargo.lock @@ -21,9 +21,9 @@ dependencies = [ [[package]] name = "actix-files" -version = "0.6.9" +version = "0.6.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4009a8beb4dc78a58286ac9d58969ee0a8acecb7912d5ce898b4da4335579341" +checksum = "df8c4f30e3272d7c345f88ae0aac3848507ef5ba871f9cc2a41c8085a0f0523b" dependencies = [ "actix-http", "actix-service", diff --git a/actix/Cargo.toml b/actix/Cargo.toml index 6e53879..eede635 100644 --- a/actix/Cargo.toml +++ b/actix/Cargo.toml @@ -28,7 +28,7 @@ categories = ["web-programming"] [dependencies] actix-web = "4.5.1" -actix-files = "0.6.5" +actix-files = "0.6.10" rusqlite = { version = "0.38.0", features = [ "bundled" ] } regex = "1.10.3" rand = "0.9.0"