From d6bfc38d620ac0b75a6e6c07be14ace80935eba6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 12:09:40 -0800 Subject: [PATCH] Bump wasm-bindgen-futures from 0.4.38 to 0.4.41 in /src/wasm-lib (#1387) Bumps [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) from 0.4.38 to 0.4.41. - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/commits) --- updated-dependencies: - dependency-name: wasm-bindgen-futures dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/wasm-lib/Cargo.lock | 4 ++-- src/wasm-lib/Cargo.toml | 4 ++-- src/wasm-lib/kcl/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/wasm-lib/Cargo.lock b/src/wasm-lib/Cargo.lock index 1741dee60..fe7634bde 100644 --- a/src/wasm-lib/Cargo.lock +++ b/src/wasm-lib/Cargo.lock @@ -4739,9 +4739,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.38" +version = "0.4.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9afec9963e3d0994cac82455b2b3502b81a7f40f9a0d32181f7528d9f4b43e02" +checksum = "877b9c3f61ceea0e56331985743b13f3d25c406a7098d45180fb5f09bc19ed97" dependencies = [ "cfg-if", "futures-core", diff --git a/src/wasm-lib/Cargo.toml b/src/wasm-lib/Cargo.toml index 5c6bfd280..be43c7e84 100644 --- a/src/wasm-lib/Cargo.toml +++ b/src/wasm-lib/Cargo.toml @@ -17,7 +17,7 @@ kittycad = { workspace = true } serde_json = "1.0.108" uuid = { version = "1.6.1", features = ["v4", "js", "serde"] } wasm-bindgen = "0.2.91" -wasm-bindgen-futures = "0.4.38" +wasm-bindgen-futures = "0.4.41" [dev-dependencies] anyhow = "1" @@ -33,7 +33,7 @@ uuid = { version = "1.6.1", features = ["v4", "js", "serde"] } futures = "0.3.30" js-sys = "0.3.68" tower-lsp = { version = "0.20.0", default-features = false, features = ["runtime-agnostic"] } -wasm-bindgen-futures = { version = "0.4.37", features = ["futures-core-03-stream"] } +wasm-bindgen-futures = { version = "0.4.41", features = ["futures-core-03-stream"] } wasm-streams = "0.4.0" [target.'cfg(target_arch = "wasm32")'.dependencies.web-sys] diff --git a/src/wasm-lib/kcl/Cargo.toml b/src/wasm-lib/kcl/Cargo.toml index 236393d96..7cff8358c 100644 --- a/src/wasm-lib/kcl/Cargo.toml +++ b/src/wasm-lib/kcl/Cargo.toml @@ -37,7 +37,7 @@ winnow = "0.5.39" js-sys = { version = "0.3.68" } tower-lsp = { version = "0.20.0", default-features = false, features = ["runtime-agnostic"] } wasm-bindgen = "0.2.91" -wasm-bindgen-futures = "0.4.38" +wasm-bindgen-futures = "0.4.41" web-sys = { version = "0.3.68", features = ["console"] } [target.'cfg(not(target_arch = "wasm32"))'.dependencies]