Skip to content

build(deps): update wasm-streams requirement from 0.4 to 0.5#2484

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/wasm-streams-0.5
Open

build(deps): update wasm-streams requirement from 0.4 to 0.5#2484
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/wasm-streams-0.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Updates the requirements on wasm-streams to permit the latest version.

Release notes

Sourced from wasm-streams's releases.

v0.5.0

  • Added support for panic=unwind. (#26, #28)
  • Persist the error state of writable::IntoSink. (#27)
  • Fixed lifetime elision warnings. (#29)
  • Updated to wasm-bindgen 0.2.108 and web-sys 0.3.85.
Changelog

Sourced from wasm-streams's changelog.

v0.5.0 (2026-01-22)

  • Added support for panic=unwind. (#26, #28)
  • Persist the error state of writable::IntoSink. (#27)
  • Fixed lifetime elision warnings. (#29)
  • Updated to wasm-bindgen 0.2.108 and web-sys 0.3.85.

v0.4.2 (2024-10-25)

  • Updated to wasm-bindgen 0.2.95 and web-sys 0.3.72.
  • Used more web-sys types directly for the crate's internals.

v0.4.1 (2024-09-28)

  • Fixed "closure invoked recursively or after being dropped" when dropping IntoStream and IntoAsyncRead. (#24, #25)

v0.4.0 (2023-10-31)

  • Added ReadableStream::from(async_iterable) and try_from(async_iterable). (#23)
  • Stop calling byobRequest.respond(0) on cancel (#16)
  • Breaking change: The system modules (readable::sys, writable::sys and transform::sys) now re-export directly from the web-sys crate. This should make it easier to use from_raw(), as_raw() and into_raw(). (#22)

v0.3.0 (2022-10-16)

  • Added support for web workers, by removing usage of JavaScript snippets. (#13, #14)
  • Breaking change: This removes a workaround for [Chromium bug #1187774](https://crbug.com/1187774) that was previously needed for ReadableStream::from_async_read. This bug was fixed upstream in March 2021 with Chrome 91. (#14)
  • Updated documentation of ReadableStream(Default|BYOB)Reader::release_lock() around the expected behavior when there are pending read requests. See the corresponding Streams specification change for details. (#15)

v0.2.3 (2022-05-18)

  • Replaced futures dependency with futures-util to improve compilation times (#11, #12)

v0.2.2 (2021-12-09)

  • Added WritableStream::into_async_write() to turn a WritableStream accepting Uint8Arrays into an AsyncWrite (#9, #10)
  • Added IntoSink::abort() (#10)

v0.2.1 (2021-09-23)

  • ReadableStream::into_stream() and ReadableStream::into_async_read() now automatically cancel the stream when dropped (#7, #8)
  • Added IntoStream::cancel() and IntoAsyncRead::cancel() (#8)

v0.2.0 (2021-06-22)

  • Add support for readable byte streams (#6)

... (truncated)

Commits

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 [wasm-streams](https://github.com/MattiasBuelens/wasm-streams) to permit the latest version.
- [Release notes](https://github.com/MattiasBuelens/wasm-streams/releases)
- [Changelog](https://github.com/MattiasBuelens/wasm-streams/blob/main/CHANGELOG.md)
- [Commits](MattiasBuelens/wasm-streams@v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: wasm-streams
  dependency-version: 0.5.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 May 18, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 18, 2026 22:43
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 18, 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