From 746f8d91ab37c0ceb2ec2ec5efe057022e991948 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 May 2025 18:36:31 +0000 Subject: [PATCH] Bump actix-web from 4.10.2 to 4.11.0 Bumps [actix-web](https://github.com/actix/actix-web) from 4.10.2 to 4.11.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/web-v4.10.2...web-v4.11.0) --- updated-dependencies: - dependency-name: actix-web dependency-version: 4.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 d332534..91ac9a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -163,9 +163,9 @@ dependencies = [ [[package]] name = "actix-web" -version = "4.10.2" +version = "4.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2e3b15b3dc6c6ed996e4032389e9849d4ab002b1e92fbfe85b5f307d1479b4d" +checksum = "a597b77b5c6d6a1e1097fddde329a83665e25c5437c696a3a9a4aa514a614dea" dependencies = [ "actix-codec", "actix-http", diff --git a/Cargo.toml b/Cargo.toml index 21cb420..e33e42f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ time = "=0.3.41" url = "=2.5.4" [dependencies.actix-web] -version = "=4.10.2" +version = "=4.11.0" default-features = false features = ["compress-brotli", "compress-gzip", "compress-zstd", "macros"]