From 3c051ba2697cafe57744594c4eea0cb998e551eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 07:58:40 +0000 Subject: [PATCH] Update actix-web requirement from 3.0.0-beta.3 to 4.3.1 Updates the requirements on [actix-web](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/awc-v3.0.0-beta.3...web-v4.3.1) --- updated-dependencies: - dependency-name: actix-web 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..cf4d9cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" features = ["openssl", "rustls", "compress", "secure-cookies"] [dependencies] -actix-web = { version = "3.0.0-beta.3", features=["rustls"] } +actix-web = { version = "4.3.1", features=["rustls"] } actix-rt = "2.1.0" actix-service = "2.0.0" actix-cors = "0.5.4"