Skip to content

Bump actix-http from 3.11.2 to 3.12.1 - #280

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/actix-http-3.12.1
Closed

Bump actix-http from 3.11.2 to 3.12.1#280
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/actix-http-3.12.1

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubApr 22, 2026

Copy link
Copy Markdown
Contributor

Bumps actix-http from 3.11.2 to 3.12.1.

Release notes

Sourced from actix-http's releases.

actix-http: v3.12.1

Notice: This release contains a security fix. Users are encouraged to update to this version ASAP.

  • SECURITY: Reject HTTP/1 requests with ambiguous request framing from Content-Length and Transfer-Encoding headers to prevent request smuggling.
  • Encode the HTTP/1 Connection: Upgrade header in Camel-Case when camel-case header formatting is enabled.#3953
  • Fix HeaderMap iterators' len() and size_hint() implementations for multi-value headers.
  • Update rand dependency to 0.10.
  • Update sha1 dependency to 0.11.

#3953: actix/actix-web#3953

actix-http: v3.12.0

  • Minimum supported Rust version (MSRV) is now 1.88.
  • Increase default HTTP/2 flow control window sizes. #3638
  • Expose configuration methods to improve upload throughput. #3638
  • Fix truncated body ending without error when connection closed abnormally. #3067
  • Add config/method for TCP_NODELAY. #3918
  • Do not compress 206 Partial Content responses. #3191
  • Fix lingering sockets and client stalls when responding early to dropped chunked request payloads. #2972

#3638: actix/actix-web#3638#3067: actix/actix-web#3067#3918: actix/actix-web#3918#3191: actix/actix-web#3191#2972: actix/actix-web#2972

Commits

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabotdependabotBot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 22, 2026
@nicomiguelino

Copy link
Copy Markdown
Contributor

@dependabot recreate

Bumps [actix-http](https://github.com/actix/actix-web) from 3.11.2 to 3.12.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@http-v3.11.2...http-v3.12.1)
---
updated-dependencies:
- dependency-name: actix-http
dependency-version: 3.12.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabotBotforce-pushed the dependabot/cargo/actix-http-3.12.1 branch from ea55811 to f3e0d27CompareMay 7, 2026 20:16
@vpetersson

Copy link
Copy Markdown
Contributor

Already in masterCargo.lock has actix-http at 3.12.1, at or ahead of the version this PR targets.

Landed via #297 (7531baa) and #299 (5dad863). CI is green on 5dad863 (Rust matrix latest + 1.88.0, Nix, Docs), and no commit since has touched Cargo.toml/Cargo.lock/src/.

Closing as obsolete.

@dependabot@github

dependabotBot commented on behalf of githubJul 20, 2026

Copy link
Copy Markdown
ContributorAuthor

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabotBot deleted the dependabot/cargo/actix-http-3.12.1 branch July 20, 2026 11:04
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filerustPull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@nicomiguelino@vpetersson