From d0b3216d21c9717a2b610d1d39d971a7cda5eb45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 10:46:34 +0000 Subject: [PATCH] chore(deps): bump getrandom from 0.3.4 to 0.4.1 Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.3.4 to 0.4.1. - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/getrandom/compare/v0.3.4...v0.4.1) --- updated-dependencies: - dependency-name: getrandom dependency-version: 0.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 +++- datafusion/wasmtest/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index daf9e166c9896..b97bc1ae63d87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2693,7 +2693,7 @@ dependencies = [ "datafusion-physical-plan", "datafusion-sql", "futures", - "getrandom 0.3.4", + "getrandom 0.4.1", "object_store", "tokio", "url", @@ -3230,10 +3230,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec" dependencies = [ "cfg-if", + "js-sys", "libc", "r-efi", "wasip2", "wasip3", + "wasm-bindgen", ] [[package]] diff --git a/datafusion/wasmtest/Cargo.toml b/datafusion/wasmtest/Cargo.toml index e033056f99845..c5d2c556e6270 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]