From fc33e866f4364e86355d41d2939e48cc8f2b3dbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Feb 2022 04:20:46 +0000 Subject: Bump actix-web from 4.0.0-rc.2 to 4.0.0-rc.3 Bumps [actix-web](https://github.com/actix/actix-web) from 4.0.0-rc.2 to 4.0.0-rc.3. - [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/web-v4.0.0-rc.2...web-v4.0.0-rc.3) --- updated-dependencies: - dependency-name: actix-web dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6a2c168..53d6250 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ codegen-units = 1 panic = 'abort' [dependencies] -actix-web = "=4.0.0-rc.2" +actix-web = "=4.0.0-rc.3" actix-files = "=0.6.0-beta.16" actix-multipart = "=0.4.0-beta.13" actix-web-httpauth = "=0.6.0-beta.7" -- cgit v1.2.3