From bbd1993aad85469340014879a25ea28067e083a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Feb 2022 07:07:13 +0000 Subject: [PATCH] Update actix-http requirement from 2.1.0 to 3.0.0 Updates the requirements on [actix-http](https://github.com/actix/actix-web) to permit the latest version. - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md) - [Commits](https://github.com/actix/actix-web/compare/http-v2.1.0...http-v2.2.2) --- updated-dependencies: - dependency-name: actix-http 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 06e2cdf..0824297 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ actix-web = { version = "3.0.0-beta.3", features=["rustls"] } actix-rt = "2.1.0" actix-service = "2.0.0" actix-cors = "0.5.4" -actix-http = "2.1.0" +actix-http = "3.0.0" actix = "0.12" log = "0.4.11" env_logger = "0.9.0"