From 5d141f76c525ed6fc300d906a03aa6597e9dfeae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 09:25:59 +0000 Subject: [PATCH] Update actix-rt requirement from 1.1.1 to 2.2.0 Updates the requirements on [actix-rt](https://github.com/actix/actix-net) to permit the latest version. - [Release notes](https://github.com/actix/actix-net/releases) - [Commits](https://github.com/actix/actix-net/compare/rt-1.1.1...rt-v2.2.0) Signed-off-by: dependabot[bot] --- server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index 6ddc635..e97ac5b 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT" git = { path = "../git" } handlers = { path = "../handlers" } actix = "0.10.0" # Actor communication between handlers and Git -actix-rt = "1.1.1" # Actix macros +actix-rt = "2.2.0" # Actix macros actix-web = "3.0.2" # Web framework clap = "2.33.1" # CLI argument parsing env_logger = "0.7.1" # Configure logging level with env variables