Skip to content

Bump tokio-websockets from 0.11.0 to 0.11.3#3

Merged
aurexav merged 1 commit intomainfrom
dependabot/cargo/tokio-websockets-0.11.3
Feb 25, 2025
Merged

Bump tokio-websockets from 0.11.0 to 0.11.3#3
aurexav merged 1 commit intomainfrom
dependabot/cargo/tokio-websockets-0.11.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 18, 2025

Bumps tokio-websockets from 0.11.0 to 0.11.3.

Changelog

Sourced from tokio-websockets's changelog.

[0.11.3] - 2025-02-17

Fixed

  • In cases where the underlying I/O was failed but data remained to be sent, a call to poll_close the WebSocket stream would block indefinitely, this is now properly handled by returning None from poll_next after I/O errors

[0.11.2] - 2025-02-09

Changed

  • rand was updated to 0.9
  • Reduced the amount of unsafe code

Fixed

  • The Host header no longer unconditionally includes a port anymore, which is more in line with the RFC and fixes interacting with some webservers

[0.11.1] - 2025-01-26

Changed

  • The size of several structs has been slightly decreased, reducing memory usage
  • The SIMD algorithms have been improved and support for them is now detected at runtime. The simd feature flag is deprecated
  • getrandom was updated to 0.3

Fixed

  • Fixed an issue where a pending poll_flush call by a writer would stall infinitely if poll_next was called at the same time (see #92)
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 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)

Bumps [tokio-websockets](https://github.com/Gelbpunkt/tokio-websockets) from 0.11.0 to 0.11.3.
- [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-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added Bot labels Feb 18, 2025
@aurexav aurexav merged commit 5e9b677 into main Feb 25, 2025
4 checks passed
@aurexav aurexav deleted the dependabot/cargo/tokio-websockets-0.11.3 branch February 25, 2025 07:04
aurexav pushed a commit that referenced this pull request Feb 4, 2026
…kio-websockets from 0.11.0 to 0.11.3 (#3)","intent":"preserve original intent from previous message","impact":"preserve original summary in new schema","breaking":false,"risk":"low","refs":[]}
aurexav pushed a commit that referenced this pull request Feb 4, 2026
…kio-websockets from 0.11.0 to 0.11.3 (#3)","intent":"preserve original intent from previous message","impact":"preserve original summary in new schema","breaking":false,"risk":"low","refs":[]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant