Skip to content

chore(templates/rust-web-server): bump actix-web from 4.10.2 to 4.13.0 in /templates/rust-web-server in the rust-web-server-dependencies group across 1 directory#301

Merged
khaneliman merged 1 commit into
mainfrom
dependabot/cargo/templates/rust-web-server/rust-web-server-dependencies-67e5b4197c
Apr 5, 2026
Merged

chore(templates/rust-web-server): bump actix-web from 4.10.2 to 4.13.0 in /templates/rust-web-server in the rust-web-server-dependencies group across 1 directory#301
khaneliman merged 1 commit into
mainfrom
dependabot/cargo/templates/rust-web-server/rust-web-server-dependencies-67e5b4197c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 21, 2026

Copy link
Copy Markdown
Contributor

Bumps the rust-web-server-dependencies group with 1 update in the /templates/rust-web-server directory: actix-web.

Updates actix-web from 4.10.2 to 4.13.0

Release notes

Sourced from actix-web's releases.

actix-web: v4.13.0

  • Minimum supported Rust version (MSRV) is now 1.88.
  • Improve HTTP/2 upload throughput by increasing default flow control window sizes. #3638
  • Add HttpServer::{h2_initial_window_size, h2_initial_connection_window_size} methods for tuning. #3638
  • Add HttpRequest::url_for_map and HttpRequest::url_for_iter methods for named URL parameters. #3895
  • Ignore unparsable cookies in Cookie request header.
  • Add experimental-introspection feature to report configured routes #3594
  • Add config/method for TCP_NODELAY. #3918
  • Fix panic when NormalizePath rewrites a scoped dynamic path before extraction (e.g., scope("{tail:.*}") + Path<String>). #3562
  • Do not compress 206 Partial Content responses. #3191

#3895: actix/actix-web#3895 #3594: actix/actix-web#3594 #3918: actix/actix-web#3918 #3638: actix/actix-web#3638 #3562: actix/actix-web#3562 #3191: actix/actix-web#3191

actix-web: v4.12.1

  • No significant changes since 4.12.0.

actix-web: v4.12.0

Short announcement

We've started GitHub Sponsors: https://github.com/sponsors/actix Support our development!

v4.12.0

  • actix_web::response::builder::HttpResponseBuilder::streaming() now sets Content-Type to application/octet-stream if Content-Type does not exist.
  • actix_web::response::builder::HttpResponseBuilder::streaming() now calls actix_web::response::builder::HttpResponseBuilder::no_chunking() and returns SizedStream if Content-Length is set by user.
  • Add ws crate feature (on-by-default) which forwards to actix-http and guards some of its ResponseError impls.
    • ⚠️ if you use default-feature = false and the web scoket feature, please make sure you enable the ws feature.
  • Add public export for EitherExtractError in error module.

actix-web: v4.11.0

  • Add Logger::log_level() method.
  • Improve handling of non-UTF-8 header values in Logger middleware.
  • Add HttpServer::shutdown_signal() method.
  • Mark HttpServer as #[must_use].
  • Allow SVG images to be compressed by the Compress middleware.
  • Ignore Host header in Host guard when connection protocol is HTTP/2.
  • Re-export mime dependency.
  • Update brotli dependency to 8.
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 21, 2026
@dependabot dependabot Bot requested a review from khaneliman as a code owner March 21, 2026 17:42
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 21, 2026
@khaneliman khaneliman force-pushed the main branch 9 times, most recently from 52b2547 to 5d100cc Compare March 28, 2026 03:01
@dependabot dependabot Bot changed the title chore(templates/rust-web-server): bump actix-web from 4.10.2 to 4.13.0 in /templates/rust-web-server in the rust-web-server-dependencies group chore(templates/rust-web-server): bump actix-web from 4.10.2 to 4.13.0 in /templates/rust-web-server in the rust-web-server-dependencies group across 1 directory Mar 28, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/templates/rust-web-server/rust-web-server-dependencies-67e5b4197c branch from df1db76 to d616b30 Compare March 28, 2026 17:42
@khaneliman khaneliman force-pushed the main branch 4 times, most recently from 9c72b6a to f7392d6 Compare April 4, 2026 01:54
Bumps the rust-web-server-dependencies group in /templates/rust-web-server with 1 update: [actix-web](https://github.com/actix/actix-web).


Updates `actix-web` from 4.10.2 to 4.13.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.10.2...web-v4.13.0)

---
updated-dependencies:
- dependency-name: actix-web
  dependency-version: 4.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-web-server-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/templates/rust-web-server/rust-web-server-dependencies-67e5b4197c branch from d616b30 to 55f2746 Compare April 4, 2026 17:42
@khaneliman khaneliman merged commit ca69784 into main Apr 5, 2026
10 checks passed
@khaneliman khaneliman deleted the dependabot/cargo/templates/rust-web-server/rust-web-server-dependencies-67e5b4197c branch April 5, 2026 13:54
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.

1 participant