From 659c531640aeeca666f573346a45842d08e7dca9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Mar 2022 04:22:51 +0000 Subject: [PATCH] Bump awc from 3.0.0-beta.21 to 3.0.0 Bumps [awc](https://github.com/actix/actix-web) from 3.0.0-beta.21 to 3.0.0. - [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.21...awc-v3.0.0) --- updated-dependencies: - dependency-name: awc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a1752c3..1927c65 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,9 +286,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "awc" -version = "3.0.0-beta.21" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d91ad5074d7d2d8be6ef74d4ecb79c0f4d5f58bdc7ec896d5fbaa9f2fb9bfa5e" +checksum = "65c60c44fbf3c8cee365e86b97d706e513b733c4eeb16437b45b88d2fffe889a" dependencies = [ "actix-codec", "actix-http", diff --git a/Cargo.toml b/Cargo.toml index fca666e..7168bcd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ ructe = "0.14.0" vergen = { version = "6.0.2", default-features = false, features = ["git"] } [dev-dependencies] -awc = "3.0.0-beta.21" +awc = "3.0.0" ructe = "0.14.0" tempfile = "3.3.0" tokio = "1.17.0"