From 5b28993be0c2e5c7d8895fcb9594ee0378a55745 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Mar 2021 07:30:16 +0000 Subject: [PATCH] Bump actix-web from 3.3.0 to 3.3.2 Bumps [actix-web](https://github.com/actix/actix-web) from 3.3.0 to 3.3.2. - [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.0...web-v3.3.2) Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- sync-server/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index edb9b226e..bb288c220 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -234,9 +234,9 @@ dependencies = [ [[package]] name = "actix-web" -version = "3.3.0" +version = "3.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a89a7b133e734f6d1e555502d450408ae04105826aef7e3605019747d3ac732" +checksum = "e641d4a172e7faa0862241a20ff4f1f5ab0ab7c279f00c2d4587b77483477b86" dependencies = [ "actix-codec", "actix-http", @@ -377,9 +377,9 @@ checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" [[package]] name = "awc" -version = "2.0.2" +version = "2.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9056f5e27b0d56bedd82f78eceaba0bcddcbbcbbefae3cd0a53994b28c96ff5" +checksum = "b381e490e7b0cfc37ebc54079b0413d8093ef43d14a4e4747083f7fa47a9e691" dependencies = [ "actix-codec", "actix-http", diff --git a/sync-server/Cargo.toml b/sync-server/Cargo.toml index 48f25d869..6ea4ed4ff 100644 --- a/sync-server/Cargo.toml +++ b/sync-server/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [dependencies] uuid = { version = "^0.8.2", features = ["serde", "v4"] } -actix-web = "^3.3.0" +actix-web = "^3.3.2" anyhow = "1.0" futures = "^0.3.8" serde = "^1.0.125"