From c933d9fd22736f2b9d6ac2154b755ef8d023a2e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 09:45:40 +0000 Subject: [PATCH] chore(deps): bump wasm-streams from 0.3.0 to 0.4.0 Bumps [wasm-streams](https://github.com/MattiasBuelens/wasm-streams) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/MattiasBuelens/wasm-streams/releases) - [Changelog](https://github.com/MattiasBuelens/wasm-streams/blob/main/CHANGELOG.md) - [Commits](https://github.com/MattiasBuelens/wasm-streams/compare/v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: wasm-streams dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e4f6d1f..0f5fb9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1474,9 +1474,9 @@ dependencies = [ [[package]] name = "wasm-streams" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4609d447824375f43e1ffbc051b50ad8f4b3ae8219680c94452ea05eb240ac7" +checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129" dependencies = [ "futures-util", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index 39cdb7b..d10ddb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ strict-macro = ["wasm-bindgen-macro/strict-macro"] [dependencies] wasm-bindgen = "0.2.83" -wasm-streams = "0.3.0" +wasm-streams = "0.4.0" wasm-bindgen-futures = "0.4.33" wasm-bindgen-macro = "0.2.83" serde = { version = "1.0", optional = true, features = ["derive"] }