diff --git a/datafusion/wasmtest/Cargo.toml b/datafusion/wasmtest/Cargo.toml index 46e157aecfd9..d1033f7ef261 100644 --- a/datafusion/wasmtest/Cargo.toml +++ b/datafusion/wasmtest/Cargo.toml @@ -53,7 +53,7 @@ datafusion-physical-plan = { workspace = true } datafusion-sql = { workspace = true } # getrandom must be compiled with js feature -getrandom = { version = "0.2.8", features = ["js"] } +getrandom = { version = "0.3.2", features = ["js"] } parquet = { workspace = true } wasm-bindgen = "0.2.87"