Skip to content

Update async-tungstenite requirement from 0.32 to 0.33#58

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/async-tungstenite-0.33
Open

Update async-tungstenite requirement from 0.32 to 0.33#58
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/async-tungstenite-0.33

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2026

Updates the requirements on async-tungstenite to permit the latest version.

Changelog

Sourced from async-tungstenite's changelog.

[0.33.0] - 2026-02-20

Changed

  • Update GLib/gio support to version 0.22 of the bindings.
  • Update MSRV to 1.85.

[0.32.1] - 2026-01-05

Added

  • Add tokio-rustls-platform-verifier feature to use that crate for certificate verification.

[0.32.0] - 2025-10-31

Changed

  • Update to tungstenite 0.28.

Added

  • Add WebSocketStream::into_inner() to get the underlying stream.

[0.31.0] - 2025-08-09

Changed

  • WebSocketSender::send() and close() require a mutable reference now.

[0.30.0] - 2025-07-15

Changed

  • Update to tungstenite 0.27.
  • Update to webpki-roots to 1.0.
  • Update to glib / gio 0.21.

Added

  • Add support for splitting a WebSocketStream into a sender and receiver type without making use of the future's Sink trait, and re-combining them again into a single value.

[0.29.1] - 2025-02-18

Added

  • Added wrappers that allow treating a WebSocket as a byte stream. ByteWriter allows using any Sink<Stream> as an AsyncWrite. ByteReader allows using any Stream<Item = tungstenite::Result<Message>> as an AsyncRead.

    Note that ByteReader will treat all bytes received as uniform, including for instance the contents of Close or Ping/Pong messages; if you need to handle the contents of a Close, don't use this.

    You may want to wrap these in a BufWriter or BufReader for efficiency.

[0.29.0] - 2025-02-17

Changed

  • Update to tungstenite 0.26.

[0.28.2] - 2024-12-15

Fixed

... (truncated)

Commits
  • faf5ecc Update MSRV to 1.85
  • fc91969 Release 0.33.0
  • 2160197 Release 0.32.1
  • 8af87d1 Run apt update on the CI before installing anything
  • 6ecc981 Add tokio-rustls-platform-verifier feature to use rustls-platform-verifier fo...
  • See full diff in compare view

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)

Updates the requirements on [async-tungstenite](https://github.com/sdroege/async-tungstenite) to permit the latest version.
- [Changelog](https://github.com/sdroege/async-tungstenite/blob/main/CHANGELOG.md)
- [Commits](sdroege/async-tungstenite@0.32.0...0.33.0)

---
updated-dependencies:
- dependency-name: async-tungstenite
  dependency-version: 0.33.0
  dependency-type: direct:production
...

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 Feb 20, 2026
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.

0 participants