From 7b772d2efd75c0a87eec08f9020f0456560b9e82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 11:38:42 +0000 Subject: [PATCH 1/2] chore(deps): Bump awc from 3.1.0 to 3.1.1 Bumps [awc](https://github.com/actix/actix-web) from 3.1.0 to 3.1.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.1.0...awc-v3.1.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 ca08cdd..523266b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -296,9 +296,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "awc" -version = "3.1.0" +version = "3.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0dff3fc64a176e0d4398c71b0f2c2679ff4a723c6ed8fcc68dfe5baa00665388" +checksum = "87ef547a81796eb2dfe9b345aba34c2e08391a0502493711395b36dd64052b69" dependencies = [ "actix-codec", "actix-http", diff --git a/Cargo.toml b/Cargo.toml index 150563a..6b2f92e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ ructe = { version = "0.16.1", features = ["mime03"] } vergen = { version = "7.5.1", default-features = false, features = ["git"] } [dev-dependencies] -awc = "3.1.0" +awc = "3.1.1" ructe = "0.16.1" tempfile = "3.4.0" tokio = "1.25.0" From 239f94f830d80e50be66892b1e711f65de428aca Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Mon, 6 Mar 2023 12:41:05 +0100 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd226b4..94dfdcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Updated [`actix-web`](https://github.com/actix/actix-web) from 4.3.0 to 4.3.1 ([#566]) * Updated [`tempfile`](https://github.com/Stebalien/tempfile) from 3.3.0 to 3.4.0 ([#567]) +* Updated [`awc`](https://github.com/actix/actix-web) from 3.1.0 to 3.1.1 ([#568]) [#566]: https://github.com/vbrandl/hoc/pull/566 [#567]: https://github.com/vbrandl/hoc/pull/567 +[#568]: https://github.com/vbrandl/hoc/pull/568 ## [0.31.0] 2023-02-13