From f07c8f960f14f22da3ee8cb5ffba8a8cd12e6c26 Mon Sep 17 00:00:00 2001 From: neil Date: Sun, 1 Nov 2020 18:28:03 +0100 Subject: [PATCH] updating deps --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d6e7a72..2bf71db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,9 +11,9 @@ mysql = [ "diesel/mysql" ] sqlite = [ "diesel/sqlite" ] [dependencies] -actix-rt = "1.0.0" -actix-web = "3.0.2" -actix-files = "0.3.0" +actix-rt = "1.1.1" +actix-web = "3.2.0" +actix-files = "0.4.0" diesel = { version = "1.4", features = ["r2d2", "chrono"] } diesel_migrations = "1.4" url = "2.1" @@ -24,6 +24,6 @@ serde_json = "1.0" serde_derive = "1.0" chrono = { version = "0.4", features = ["serde"] } regex = "1.3" -base64 = "0.12" +base64 = "0.13" rand = "0.7" askama = "0.10"