From b483cbdb0c002c56debe43f80f833773a8399516 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 03:30:57 +0000 Subject: [PATCH] Bump wasm-streams from 0.4.1 to 0.4.2 in /src/wasm-lib Bumps [wasm-streams](https://github.com/MattiasBuelens/wasm-streams) from 0.4.1 to 0.4.2. - [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.4.1...v0.4.2) --- updated-dependencies: - dependency-name: wasm-streams dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/wasm-lib/Cargo.lock | 4 ++-- src/wasm-lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wasm-lib/Cargo.lock b/src/wasm-lib/Cargo.lock index 7bac619b02..20ac0d63c0 100644 --- a/src/wasm-lib/Cargo.lock +++ b/src/wasm-lib/Cargo.lock @@ -4334,9 +4334,9 @@ dependencies = [ [[package]] name = "wasm-streams" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e072d4e72f700fb3443d8fe94a39315df013eef1104903cdb0a2abd322bbecd" +checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65" dependencies = [ "futures-util", "js-sys", diff --git a/src/wasm-lib/Cargo.toml b/src/wasm-lib/Cargo.toml index e3c7515280..9057af73f4 100644 --- a/src/wasm-lib/Cargo.toml +++ b/src/wasm-lib/Cargo.toml @@ -40,7 +40,7 @@ futures = "0.3.31" js-sys = "0.3.72" tower-lsp = { version = "0.20.0", default-features = false, features = ["runtime-agnostic"] } wasm-bindgen-futures = { version = "0.4.44", features = ["futures-core-03-stream"] } -wasm-streams = "0.4.1" +wasm-streams = "0.4.2" [target.'cfg(target_arch = "wasm32")'.dependencies.web-sys] version = "0.3.76"