From 02ef4bf42a5931fedb8d2bf6c0df25577cbc9975 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 10:08:02 +0000 Subject: [PATCH] Update actix-service requirement from 1.0.0 to 2.0.2 Updates the requirements on [actix-service](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.0.0...rt-v2.0.2) --- updated-dependencies: - dependency-name: actix-service dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fb79233..b46a7f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" [dependencies] actix-web = "3.3.2" actix-rt = "2.0.2" -actix-service = "1.0.0" +actix-service = "2.0.2" jsonwebtoken = "7" r2d2 = "0.8.2"