From c6319dd5eb668a67a5bc646383061e5cec959b6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Aug 2022 04:12:04 +0000 Subject: [PATCH] chore(deps): Bump awc from 3.0.0 to 3.0.1 Bumps [awc](https://github.com/actix/actix-web) from 3.0.0 to 3.0.1. - [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...awc-v3.0.1) --- 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 4222360..b6c7c19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -280,9 +280,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "awc" -version = "3.0.0" +version = "3.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65c60c44fbf3c8cee365e86b97d706e513b733c4eeb16437b45b88d2fffe889a" +checksum = "80ca7ff88063086d2e2c70b9f3b29b2fcd999bac68ac21731e66781970d68519" dependencies = [ "actix-codec", "actix-http", diff --git a/Cargo.toml b/Cargo.toml index 91559ee..6eacf34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ ructe = { version = "0.14.2", features = ["mime03"] } vergen = { version = "7.3.1", default-features = false, features = ["git"] } [dev-dependencies] -awc = "3.0.0" +awc = "3.0.1" ructe = "0.14.2" tempfile = "3.3.0" tokio = "1.20.1"