This is an automated email from the ASF dual-hosted git repository.

jonah pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new 90c5b16522 Bump `wasm-bindgen` and `wasm-bindgen-futures` (#14068)
90c5b16522 is described below

commit 90c5b16522a6bf743d31aa2ef17810539d1c7cdf
Author: Matthijs Brobbel <[email protected]>
AuthorDate: Fri Jan 10 15:07:06 2025 +0100

    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 8520b8d02d..aae66e6b9a 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"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to