diff --git a/Cargo.lock b/Cargo.lock index 5a76c063bbfad..fab3f576daa42 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2736,7 +2736,7 @@ dependencies = [ "datafusion-physical-plan", "datafusion-sql", "futures", - "getrandom 0.3.4", + "getrandom 0.4.2", "object_store", "tokio", "url", @@ -3272,11 +3272,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" dependencies = [ "cfg-if", + "js-sys", "libc", "r-efi 6.0.0", "rand_core 0.10.1", "wasip2", "wasip3", + "wasm-bindgen", ] [[package]] diff --git a/datafusion/wasmtest/Cargo.toml b/datafusion/wasmtest/Cargo.toml index 398eca9768c9f..8e0e670ddac81 100644 --- a/datafusion/wasmtest/Cargo.toml +++ b/datafusion/wasmtest/Cargo.toml @@ -55,7 +55,7 @@ datafusion-optimizer = { workspace = true, default-features = true } datafusion-physical-plan = { workspace = true } datafusion-sql = { workspace = true } # needs to be compiled -getrandom = { version = "0.3", features = ["wasm_js"] } +getrandom = { version = "0.4", features = ["wasm_js"] } wasm-bindgen = "0.2.99" [dev-dependencies]