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"