Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps actix-http from 3.11.1 to 3.11.2.

Release notes

Sourced from actix-http's releases.

actix-http: v3.11.2

  • Properly wake Payload receivers when feeding errors or EOF.
  • Add ServiceConfigBuilder type to facilitate future configuration extensions.
  • Add a configuration option to allow/disallow half closed connections in HTTP/1. This defaults to allow, reverting the change made in 3.11.1.
  • Shutdown connections when HTTP Responses are written without reading full Requests.
Commits
  • 25963db Prepare release for actix-http, awc (#3791)
  • 4df9953 actix-http: h1: stop pipelining when not reading full requests (#3721)
  • 0168411 fix(awc): close connections after GO_AWAY local or remote GO_AWAY errors (#3790)
  • fde7934 Add option to allow/disallow half closures in HTTP/1 (#3777)
  • 429ff82 fix: rename doc_auto_cfg feature (#3787)
  • 28a3a44 build(deps): bump tempfile from 3.22.0 to 3.23.0 (#3785)
  • 91b62b9 build(deps): bump taiki-e/cache-cargo-install-action from 2.3.0 to 2.3.1 (#3782)
  • 8935f7a build(deps): bump serde from 1.0.226 to 1.0.228 (#3786)
  • df2c6b3 build(deps): bump taiki-e/install-action from 2.62.0 to 2.62.11 (#3781)
  • d580cf0 build(deps): bump actions-rust-lang/setup-rust-toolchain from 1.15.0 to 1.15....
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

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

Bumps [actix-http](https://github.com/actix/actix-web) from 3.11.1 to 3.11.2.
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md)
- [Commits](actix/actix-web@http-v3.11.1...http-v3.11.2)

---
updated-dependencies:
- dependency-name: actix-http
  dependency-version: 3.11.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 6, 2025
@robjtede robjtede enabled auto-merge (squash) November 10, 2025 01:55
@robjtede robjtede disabled auto-merge November 10, 2025 07:07
@robjtede robjtede merged commit 526cd61 into main Nov 10, 2025
7 of 8 checks passed
@robjtede robjtede deleted the dependabot/cargo/actix-http-3.11.2 branch November 10, 2025 07:07
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.

2 participants