From ae6523443b76e06a83c0ef9efa8a7d5f91045320 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 12:06:58 +0000 Subject: [PATCH 1/2] Bump actix-web from 4.4.0 to 4.4.1 Bumps [actix-web](https://github.com/actix/actix-web) from 4.4.0 to 4.4.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/web-v4.4.0...web-v4.4.1) --- updated-dependencies: - dependency-name: actix-web 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 972c956..8a217f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -169,9 +169,9 @@ dependencies = [ [[package]] name = "actix-web" -version = "4.4.0" +version = "4.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e4a5b5e29603ca8c94a77c65cf874718ceb60292c5a5c3e5f4ace041af462b9" +checksum = "e43428f3bf11dee6d166b00ec2df4e3aa8cc1606aaa0b7433c146852e2f4e03b" dependencies = [ "actix-codec", "actix-http", diff --git a/Cargo.toml b/Cargo.toml index 589eda2..a253497 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ name = "hoc" [dependencies] actix-rt = "2.9.0" -actix-web = "4.4.0" +actix-web = "4.4.1" badgers = "1.2.0" bytes = "1.5.0" config = { version = "0.13.4", features = ["toml"] } From 4fcb4b551075251a2bf9614476260446fc87e5e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 27 Dec 2023 12:07:17 +0000 Subject: [PATCH 2/2] Update Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f858f9b..7bf4280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump `anyhow` from 1.0.75 to 1.0.76 ([#710](https://github.com/vbrandl/hoc/pull/710)) - Bump `futures` from 0.3.29 to 0.3.30 ([#711](https://github.com/vbrandl/hoc/pull/711)) - Bump `awc` from 3.2.0 to 3.3.0 ([#712](https://github.com/vbrandl/hoc/pull/712)) +- Bump `actix-web` from 4.4.0 to 4.4.1 ([#713](https://github.com/vbrandl/hoc/pull/713)) ## [0.36.0] 2023-11-17 ### Dependencies