From 1251b431a625e966a09c40f01388ab44a25c6818 Mon Sep 17 00:00:00 2001 From: neil Date: Mon, 12 Apr 2021 22:49:43 +0200 Subject: [PATCH] adding actix-session and updating actix-rt --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index acc8017..d8d934c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,9 +11,10 @@ mysql = [ "diesel/mysql" ] sqlite = [ "diesel/sqlite" ] [dependencies] -actix-rt = "2.1.0" +actix-rt = "2.2.0" actix-web = "3.3.2" actix-files = "0.5.0" +actix-session = "0.4" diesel = { version = "1.4", features = ["r2d2", "chrono"] } diesel_migrations = "1.4" url = "2.2"