From 03586cc7b7c934d68ad1e649ec137969e2c0a223 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Mar 2022 18:05:32 +0000 Subject: [PATCH] Update actix-rt requirement from 1.1.1 to 2.7.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.7.0) --- updated-dependencies: - dependency-name: actix-rt dependency-type: direct:production ... 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..29356d7 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.7.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