From 90c5b16522a6bf743d31aa2ef17810539d1c7cdf Mon Sep 17 00:00:00 2001 From: Matthijs Brobbel Date: Fri, 10 Jan 2025 15:07:06 +0100 Subject: [PATCH] Bump `wasm-bindgen` and `wasm-bindgen-futures` (#14068) --- datafusion/wasmtest/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/datafusion/wasmtest/Cargo.toml b/datafusion/wasmtest/Cargo.toml index 8520b8d02da5..aae66e6b9a97 100644 --- a/datafusion/wasmtest/Cargo.toml +++ b/datafusion/wasmtest/Cargo.toml @@ -62,9 +62,9 @@ datafusion-sql = { workspace = true } getrandom = { version = "0.2.8", features = ["js"] } parquet = { workspace = true } -wasm-bindgen = "0.2.87" -wasm-bindgen-futures = "0.4.40" +wasm-bindgen = "0.2.99" +wasm-bindgen-futures = "0.4.49" [dev-dependencies] tokio = { workspace = true } -wasm-bindgen-test = "0.3.44" +wasm-bindgen-test = "0.3.49"