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]