[PR #426] [MERGED] Bump tungstenite from 0.26.2 to 0.27.0 #509

Closed
opened 2026-03-03 13:47:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/gopher64/gopher64/pull/426
Author: @dependabot[bot]
Created: 6/16/2025
Status: Merged
Merged: 6/16/2025
Merged by: @loganmc10

Base: mainHead: dependabot/cargo/tungstenite-0.27.0


📝 Commits (1)

  • 743b652 Bump tungstenite from 0.26.2 to 0.27.0

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 Cargo.lock (+2 -2)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps tungstenite from 0.26.2 to 0.27.0.

Changelog

Sourced from tungstenite's changelog.

0.27.0

  • Fix large message read performance by enforcing max read_buffer_size read chunks.
  • Make Hash implementation consistent for Utf8Bytes payloads.
Commits
  • 3ffeb33 Prepare 0.27.0 release
  • 5e15390 When reading avoid over-reserving the in the case WouldBlock causes multiple ...
  • d8b45ee Add end to end "send+recv" benchmarks (#497)
  • f20436c Update src/protocol/frame/frame.rs
  • e4fb204 Don't allow zero in_buf_max_read
  • 1dc706c Fix large message read performance by enforcing max read_buffer_size read c...
  • 255aaa2 add more details for utf8 errors for debugging
  • 75b59d9 Implement From\<Bytes> for Message
  • 56d758b fix(Utf8Bytes): hash consistency for Borrow + Hash traits
  • See full diff in compare view

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/gopher64/gopher64/pull/426 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/16/2025 **Status:** ✅ Merged **Merged:** 6/16/2025 **Merged by:** [@loganmc10](https://github.com/loganmc10) **Base:** `main` ← **Head:** `dependabot/cargo/tungstenite-0.27.0` --- ### 📝 Commits (1) - [`743b652`](https://github.com/gopher64/gopher64/commit/743b6522d1863294f46d7332fb7665a48c67047c) Bump tungstenite from 0.26.2 to 0.27.0 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [tungstenite](https://github.com/snapview/tungstenite-rs) from 0.26.2 to 0.27.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/snapview/tungstenite-rs/blob/master/CHANGELOG.md">tungstenite's changelog</a>.</em></p> <blockquote> <h1>0.27.0</h1> <ul> <li>Fix large message read performance by enforcing max <code>read_buffer_size</code> read chunks.</li> <li>Make <code>Hash</code> implementation consistent for <code>Utf8Bytes</code> payloads.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/snapview/tungstenite-rs/commit/3ffeb33e29824deae10d86f7edff2ed4de22e91b"><code>3ffeb33</code></a> Prepare 0.27.0 release</li> <li><a href="https://github.com/snapview/tungstenite-rs/commit/5e153900294cab479048103d746de7f4296b594f"><code>5e15390</code></a> When reading avoid over-reserving the in the case WouldBlock causes multiple ...</li> <li><a href="https://github.com/snapview/tungstenite-rs/commit/d8b45ee3e73b077cc951c1fee267d0068ade398e"><code>d8b45ee</code></a> Add end to end &quot;send+recv&quot; benchmarks (<a href="https://redirect.github.com/snapview/tungstenite-rs/issues/497">#497</a>)</li> <li><a href="https://github.com/snapview/tungstenite-rs/commit/f20436ca162c928ded414738bb3beddf1972ef96"><code>f20436c</code></a> Update src/protocol/frame/frame.rs</li> <li><a href="https://github.com/snapview/tungstenite-rs/commit/e4fb204fb0c2d9c0fc129123147d01e0ba11ddc8"><code>e4fb204</code></a> Don't allow zero <code>in_buf_max_read</code></li> <li><a href="https://github.com/snapview/tungstenite-rs/commit/1dc706ced68bff3f39cf4cbd11c69ad965ab9452"><code>1dc706c</code></a> Fix large message read performance by enforcing max <code>read_buffer_size</code> read c...</li> <li><a href="https://github.com/snapview/tungstenite-rs/commit/255aaa2c0c13c2d88a76fda4658e744e2f7c97e9"><code>255aaa2</code></a> add more details for utf8 errors for debugging</li> <li><a href="https://github.com/snapview/tungstenite-rs/commit/75b59d9792c3492f1c6b2dfb3135fe8b516d6089"><code>75b59d9</code></a> Implement <code>From\&lt;Bytes&gt;</code> for <code>Message</code></li> <li><a href="https://github.com/snapview/tungstenite-rs/commit/56d758bebd5e1405a624d28784b5c094813bc431"><code>56d758b</code></a> fix(Utf8Bytes): hash consistency for Borrow + Hash traits</li> <li>See full diff in <a href="https://github.com/snapview/tungstenite-rs/compare/v0.26.2...v0.27.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tungstenite&package-manager=cargo&previous-version=0.26.2&new-version=0.27.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:47:50 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/gopher64#509
No description provided.