From dd548465c28c39a6da86adb41716356105bd1c46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 20:05:33 +0000 Subject: [PATCH] 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 | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 113ead09..126639b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1197,7 +1197,7 @@ dependencies = [ "wasm-bindgen-test", "wasm-streams", "web-sys", - "zstd 0.12.4", + "zstd 0.13.0", ] [[package]] @@ -1832,9 +1832,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 936ec42e..24929e88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -109,7 +109,7 @@ zstd = { version = "*", features = [ ], default-features = false, optional = true } async-compat = { version = "0.2.2", optional = true } async-stream = { version = "0.3.5", optional = true } -wasm-streams = { version = "0.3.0", optional = true } +wasm-streams = { version = "0.4.0", optional = true } [dependencies.web-sys] version = "0.3.4"