Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update rust crate tungstenite to 0.26.0 #327

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 13, 2025

This PR contains the following updates:

Package Type Update Change
tungstenite dependencies minor 0.24.0 -> 0.26.0

Release Notes

snapview/tungstenite-rs (tungstenite)

v0.26.1

Compare Source

  • Fix/revert unsoundness that could lead to UB with dodgy Read stream implementations.

v0.26.0

Compare Source

  • Simplify Message to use Bytes payload directly with simpler Utf8Bytes for text.
  • Change CloseFrame to use Utf8Bytes for reason.
  • Re-export Bytes.

v0.25.0

Compare Source

  • New Payload type for Message that allows sending messages with a payload that can be cheaply cloned (Bytes).
    Long standing issue solved!
  • Add WebSocketConfig::read_buffer_size default 128 KiB.
  • Make WebSocketConfig non-exhaustive & add builder style construction fns.
  • Remove deprecated WebSocketConfig::max_send_queue.
  • Trim spaces on Sec-WebSocket-Protocol header.
  • Eliminate data copies when reading complete messages & optimise read buffer. Improves performance.
  • Update thiserror to 2.

Configuration

📅 Schedule: Branch creation - "every 2 weeks on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from Valerioageno as a code owner January 13, 2025 17:28
@github-actions github-actions bot added the rust Requires rust knowledge label Jan 13, 2025
Copy link
Contributor Author

renovate bot commented Jan 13, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.26.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/tungstenite-0.x branch January 13, 2025 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rust Requires rust knowledge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant