diff --git a/Cargo.lock b/Cargo.lock index 4c2fabf..5c42afc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21,9 +21,9 @@ dependencies = [ [[package]] name = "actix-files" -version = "0.6.8" +version = "0.6.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c0d87f10d70e2948ad40e8edea79c8e77c6c66e0250a4c1f09b690465199576" +checksum = "df8c4f30e3272d7c345f88ae0aac3848507ef5ba871f9cc2a41c8085a0f0523b" dependencies = [ "actix-http", "actix-service", diff --git a/gitarena/Cargo.toml b/gitarena/Cargo.toml index e0077b3..95b890d 100644 --- a/gitarena/Cargo.toml +++ b/gitarena/Cargo.toml @@ -13,7 +13,7 @@ build = "build.rs" name = "gitarena" [dependencies] -actix-files = "0.6.0" +actix-files = "0.6.10" actix-identity = "0.4.0" actix-multipart = "0.4.0" actix-web = { version = "4.0.1", features = ["secure-cookies"] }