Skip to content

Bump actix-ws from 0.2.5 to 0.4.0#22

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

Bump actix-ws from 0.2.5 to 0.4.0#22
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/actix-ws-0.4.0

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps actix-ws from 0.2.5 to 0.4.0.

Release notes

Sourced from actix-ws's releases.

actix-identity: v0.4.0

  • Update actix-web dependency to 4.

actix-limitation: v0.4.0

  • Add Builder::key_by for setting a custom rate limit key function.
  • Implement Default for RateLimiter.
  • RateLimiter is marked #[non_exhaustive]; use RateLimiter::default() instead.
  • In the middleware errors from the count function are matched and respond with INTERNAL_SERVER_ERROR if it's an unexpected error, instead of the default TOO_MANY_REQUESTS.
  • Minimum supported Rust version (MSRV) is now 1.59 due to transitive time dependency.

actix-ws: v0.4.0

0.4.0

  • feat: Add handle_with_protocols() for Sec-WebSocket-Protocol negotiation #479
  • feat: Add optional typed message codecs with serde_json support.
  • feat: Implement Sink<Message> for Session
  • fix: Ignore empty continuation chunks #660
  • fix: Truncate oversized control-frame payloads to avoid emitting invalid frames #508
  • fix: Fix continuation overflow handling
  • fix: Ensure MessageStream terminates on abrupt disconnects even if payload stalls (e.g. wss) #672

#479: actix/actix-extras#479 #660: actix/actix-extras#660 #508: actix/actix-extras#508 #672: actix/actix-extras#672

actix-identity: v0.4.0-beta.9

  • Relax body type bounds on middleware impl. #223
  • Update actix-web dependency to 4.0.0-rc.1.

#223: actix/actix-extras#223

actix-identity: v0.4.0-beta.8

  • No significant changes since 0.4.0-beta.7.

actix-identity: v0.4.0-beta.7

  • Update actix-web dependency to 4.0.0.beta-18. #218
  • Minimum supported Rust version (MSRV) is now 1.54.

#218: actix/actix-extras#218

... (truncated)

Commits

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-ws](https://github.com/actix/actix-extras) from 0.2.5 to 0.4.0.
- [Release notes](https://github.com/actix/actix-extras/releases)
- [Commits](https://github.com/actix/actix-extras/commits/ws-v0.4.0)

---
updated-dependencies:
- dependency-name: actix-ws
  dependency-version: 0.4.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 Jun 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