Skip to content

chore(deps): bump actix-web from 4.13.0 to 4.14.0#38

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

chore(deps): bump actix-web from 4.13.0 to 4.14.0#38
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/actix-web-4.14.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown

Bumps actix-web from 4.13.0 to 4.14.0.

Release notes

Sourced from actix-web's releases.

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
  • 696b1fe chore(web): prepare 4.14.0 release (#4114)
  • 6c65c46 chore(http): prepare 3.13.0 release (#4112)
  • afd2df2 test(multipart,derive): move trybuild tests (#4028)
  • 7ded7ee build(deps): bump memchr from 2.8.1 to 2.8.2 (#4107)
  • 55cf2e0 build(deps): bump bytesize from 2.3.1 to 2.4.0 (#4104)
  • 565b179 build(deps): bump smallvec from 1.15.1 to 1.15.2 (#4106)
  • 1605dd0 build(deps): bump taiki-e/install-action from 2.81.7 to 2.81.10 (#4105)
  • 5c79f55 build(deps): bump regex from 1.12.3 to 1.12.4 (#4103)
  • 2ffbee0 build(deps): bump time from 0.3.47 to 0.3.49 (#4102)
  • 4748b2a build(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#4092)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actix-web](https://github.com/actix/actix-web) from 4.13.0 to 4.14.0.
- [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.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 1, 2026
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