Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 18, 2026

Bumps tungstenite from 0.27.0 to 0.28.0.

Changelog

Sourced from tungstenite's changelog.

0.28.0

  • Reduce Error size 136 -> 32 by boxing internals of Error::Http, Error::WriteBufferFull, ProtocolError::InvalidHeader, TlsError::Native, TlsError::Rustls.
  • Dependency update (socket to 0.6.0).
  • Add into_inner() to the WebSocket, so that the user can extract the underlying stream.
  • Address the edge-case for the WebSocket request generation when tungstenite is built with -Zfmt-debug=none.
Commits
  • 2d4abe8 Bump version (0.28.0)
  • c0a099e refactor: simplify processing incoming data frames
  • e7e060a Replace if let Some(...) with .ok_or(...)?
  • a526829 Refactor top-level branch with early error return
  • b0488dd Implement into_inner to get the underlying stream (#516)
  • 6520d8f Avoid a Vec allocation during handshaking (#514)
  • 4065971 Proper strigification of http::Version (#513)
  • 7c4ad5b Update to socket2 v0.6 (#505)
  • 9482a47 Reduce Error size 136 -> 32 (#511)
  • 7f3d46e Fix clippy warnings: Inline format! args
  • 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)

@dependabot dependabot bot added the A-dependencies Area: dependency upgrades label Jan 18, 2026
@dependabot dependabot bot requested review from a team as code owners January 18, 2026 22:52
@dependabot dependabot bot added the A-dependencies Area: dependency upgrades label Jan 18, 2026
@dependabot dependabot bot requested a review from ggevay January 18, 2026 22:52
@def- def- enabled auto-merge January 19, 2026 09:46
@dependabot dependabot bot force-pushed the dependabot/cargo/tungstenite-0.28.0 branch from ac1ba47 to 7813a0a Compare January 19, 2026 10:23
Bumps [tungstenite](https://github.com/snapview/tungstenite-rs) from 0.27.0 to 0.28.0.
- [Changelog](https://github.com/snapview/tungstenite-rs/blob/master/CHANGELOG.md)
- [Commits](snapview/tungstenite-rs@v0.27.0...v0.28.0)

---
updated-dependencies:
- dependency-name: tungstenite
  dependency-version: 0.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/tungstenite-0.28.0 branch from 7813a0a to dcf31df Compare January 19, 2026 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-dependencies Area: dependency upgrades

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants