Skip to content

deps(rust): bump async-tungstenite from 0.27.0 to 0.33.0#65

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/async-tungstenite-0.33.0
Closed

deps(rust): bump async-tungstenite from 0.27.0 to 0.33.0#65
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/async-tungstenite-0.33.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Bumps async-tungstenite from 0.27.0 to 0.33.0.

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...
  • ea544a0 Update CHANGELOG.md for 0.32.0
  • 80a6e0c Update version to 0.32.0
  • 551780f Implement into_inner to get the underlying stream (#367)
  • bce67bc Update performance notes in README
  • a146cea Update Cargo.log.msrv
  • Additional commits viewable 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 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 @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 9, 2026

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot force-pushed the dependabot/cargo/async-tungstenite-0.33.0 branch from 5d9b9ac to 479eb93 Compare March 11, 2026 20:04
Bumps [async-tungstenite](https://github.com/sdroege/async-tungstenite) from 0.27.0 to 0.33.0.
- [Changelog](https://github.com/sdroege/async-tungstenite/blob/main/CHANGELOG.md)
- [Commits](sdroege/async-tungstenite@0.27.0...0.33.0)

---
updated-dependencies:
- dependency-name: async-tungstenite
  dependency-version: 0.33.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/async-tungstenite-0.33.0 branch from 479eb93 to 70ae338 Compare March 13, 2026 07:01
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 13, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/async-tungstenite-0.33.0 branch March 13, 2026 07:02
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