diff --git a/datafusion/wasmtest/Cargo.toml b/datafusion/wasmtest/Cargo.toml index aae66e6b9a97..8f330970c2e5 100644 --- a/datafusion/wasmtest/Cargo.toml +++ b/datafusion/wasmtest/Cargo.toml @@ -59,7 +59,7 @@ datafusion-physical-expr-common = { workspace = true } 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.1", features = ["js"] } parquet = { workspace = true } wasm-bindgen = "0.2.99"