From 8a257b64d2c94979f775bd4fd3e509586f607fdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 22:02:18 +0000 Subject: [PATCH] Bump actix-rt from 2.5.0 to 2.5.1 Bumps [actix-rt](https://github.com/actix/actix-net) from 2.5.0 to 2.5.1. - [Release notes](https://github.com/actix/actix-net/releases) - [Commits](https://github.com/actix/actix-net/compare/rt-v2.5.0...rt-v2.5.1) --- updated-dependencies: - dependency-name: actix-rt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- rust-code-analysis-web/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 093f898d9..54537b711 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -134,9 +134,9 @@ dependencies = [ [[package]] name = "actix-rt" -version = "2.5.0" +version = "2.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05c2f80ce8d0c990941c7a7a931f69fd0701b76d521f8d36298edf59cd3fbf1f" +checksum = "82cf33e04d9911b39bfb7be3c01309568b4315895d3358372dce64ed2c2bf32d" dependencies = [ "actix-macros 0.2.3", "futures-core", @@ -1606,7 +1606,7 @@ dependencies = [ name = "rust-code-analysis-web" version = "0.0.24" dependencies = [ - "actix-rt 2.5.0", + "actix-rt 2.5.1", "actix-web", "clap", "futures", diff --git a/rust-code-analysis-web/Cargo.toml b/rust-code-analysis-web/Cargo.toml index 177de5070..dd9ff4378 100644 --- a/rust-code-analysis-web/Cargo.toml +++ b/rust-code-analysis-web/Cargo.toml @@ -12,7 +12,7 @@ license = "MPL-2.0" name = "rust-code-analysis-web" [dependencies] -actix-rt = "^2.3" +actix-rt = "^2.5" actix-web = "^3.3" clap = "^2.34" futures = "^0.3"