From 7fbeec99b680e963ea2eb3ff9fcad4d66a91e0b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 07:06:07 +0000 Subject: [PATCH] Update actix-web requirement from 3.0.0-beta.3 to 4.2.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.2.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..2fb02ad 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.2.1", features=["rustls"] } actix-rt = "2.1.0" actix-service = "2.0.0" actix-cors = "0.5.4"