From 42ed13d92e2c0bea7ef01e64ff4021967ca8ae3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jan 2022 18:03:26 +0000 Subject: [PATCH] Update actix-rt requirement from 1.1.1 to 2.6.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.6.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..45c99ca 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.6.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