From 857528d3fb6a61484594e4f6a7ad1b75b452cfd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 11:17:25 +0000 Subject: [PATCH] Bump actix-web from 3.3.2 to 3.3.3 Bumps [actix-web](https://github.com/actix/actix-web) from 3.3.2 to 3.3.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-v3.3.2...web-v3.3.3) --- updated-dependencies: - dependency-name: actix-web dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- backend/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 80f8b6804..97a918a13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -304,9 +304,9 @@ dependencies = [ [[package]] name = "actix-web" -version = "3.3.2" +version = "3.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e641d4a172e7faa0862241a20ff4f1f5ab0ab7c279f00c2d4587b77483477b86" +checksum = "b6534a126df581caf443ba2751cab42092c89b3f1d06a9d829b1e17edfe3e277" dependencies = [ "actix-codec", "actix-http", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 545cb01ef..3b52cef85 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -31,7 +31,7 @@ reqwest = { version = "0.11.7", features = ["blocking", "json"] } actix = "0.10.0" actix-cors = "0.5.4" actix-files = "0.5.0" -actix-web = { version = "3.3.2", features = ["openssl"] } +actix-web = { version = "3.3.3", features = ["openssl"] } anyhow = "1.0.51" bytes = "1.1.0" clap = { version = "2.34.0", features = ["yaml"] }