Skip to content

chore(deps): bump tokio-websockets from 0.12.3 to 0.13.2#4029

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/tokio-websockets-0.13.2
Closed

chore(deps): bump tokio-websockets from 0.12.3 to 0.13.2#4029
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/tokio-websockets-0.13.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps tokio-websockets from 0.12.3 to 0.13.2.

Changelog

Sourced from tokio-websockets's changelog.

[0.13.2] - 2026-03-17

Added

  • On loongarch64, frame (un)masking can now also make use of LSX alongside the existing LASX support

Changed

  • getrandom was upgraded to 0.4, rand was upgraded to 0.10

Fixed

  • Compilation with the nightly feature enabled now works on s390x with the latest Rust nightlies again

[0.13.1] - 2025-12-28

Added

  • The new WebSocketStream::into_inner method discards the WebSocket stream and provides you with the raw underlying I/O
  • It is now possible to add custom headers to the built-in server's Switching Protocols response via ServerBuilder::add_header

Fixed

  • Compilation with the nightly feature enabled on s390x now works with the latest nightlies again
  • Fixed a case of UB in the ARM NEON intrinsic code uncovered by Miri

Other

  • CI now test builds all feature combinations on architectures supported by the SIMD code (aarch64, loongarch64, ppc64le, s390x, x86_64)
  • Further, on aarch64, ppc64le, s390x and x86_64 we now also run the tests with Miri

[0.13.0] - 2025-10-07

Added

  • With the nightly feature enabled and no random number generator enabled, std::random will now be used

Changed

  • [breaking] The default rustls crypto provider is now installed implicitly, which in turn results in TlsConnector::now now panicking instead of returning the now-removed NoCryptoProviderConfigured error variant
  • [breaking] The MSRV is now 1.89, which means AVX512 support is now available without the nightly feature
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 [tokio-websockets](https://github.com/Gelbpunkt/tokio-websockets) from 0.12.3 to 0.13.2.
- [Changelog](https://github.com/Gelbpunkt/tokio-websockets/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Gelbpunkt/tokio-websockets/commits)

---
updated-dependencies:
- dependency-name: tokio-websockets
  dependency-version: 0.13.2
  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 Mar 19, 2026
@matheus23
Copy link
Copy Markdown
Member

Closing in favor of #3922

@matheus23 matheus23 closed this Mar 19, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 19, 2026

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. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

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

@dependabot dependabot Bot deleted the dependabot/cargo/tokio-websockets-0.13.2 branch March 19, 2026 12:12
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