Skip to content

build(deps): bump actix-web from 4.13.0 to 4.14.1 - #1269

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/actix-web-4.14.1
Open

build(deps): bump actix-web from 4.13.0 to 4.14.1#1269
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/actix-web-4.14.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 12, 2026

Copy link
Copy Markdown
Contributor

Bumps actix-web from 4.13.0 to 4.14.1.

Release notes

Sourced from actix-web's releases.

actix-web: v4.14.1

  • Close idle HTTP/1 keep-alive connections during graceful shutdown and let active connections finish only their current request before closing.

actix-web: v4.14.0

4.14.0

  • Add HttpRequest::{cookies_raw,cookie_raw} and ServiceRequest::{cookies_raw,cookie_raw} for reading request cookies without percent-decoding names and values. #3542
  • Enable dual-stack IPv6 sockets on Windows when possible so that Actix-created listeners bound to [::] also accept IPv4 connections.
  • Panic when calling Route::to() or Route::service() after Route::wrap() to prevent silently dropping route middleware. #3944
  • Fix HttpRequest::{match_pattern,match_name} reporting path-only matches when route guards disambiguate overlapping resources. #3346
  • Fix Readlines handling of lines split across payload chunks so combined line limits are enforced and complete lines are yielded.
  • Fix app data being retained after graceful shutdown with in-flight slow request bodies. #3100
  • Update foldhash dependency to 0.2.
  • Update rand dependency to 0.10.
  • Update impl-more dependency to 0.3.
  • Add HttpServer::h1_write_buffer_size().

#3944: actix/actix-web#3944 #3346: actix/actix-web#3346 #3542: actix/actix-web#3542 #3100: actix/actix-web#3100

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 12, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/actix-web-4.14.1 branch from 62408a7 to fdbe5e4 Compare August 13, 2026 08:06
Bumps [actix-web](https://github.com/actix/actix-web) from 4.13.0 to 4.14.1.
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/main/CHANGES.md)
- [Commits](actix/actix-web@web-v4.13.0...web-v4.14.1)

---
updated-dependencies:
- dependency-name: actix-web
  dependency-version: 4.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/actix-web-4.14.1 branch from fdbe5e4 to 67f3734 Compare August 13, 2026 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants