Skip to content

Commit

Permalink
Bump wasm-bindgen and wasm-bindgen-futures (#14068)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrobbel authored Jan 10, 2025
1 parent ec173ab commit 90c5b16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions datafusion/wasmtest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 90c5b16

Please sign in to comment.