This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch dependabot/cargo/main/getrandom-0.4.1
in repository https://gitbox.apache.org/repos/asf/datafusion.git
commit 7a83c7134f5d60b7f2d29ab5eb315567a4f8afe4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 17 18:16:33 2026 +0000
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] <[email protected]>
---
Cargo.lock | 6 ++++--
datafusion/wasmtest/Cargo.toml | 2 +-
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 13752a262c..b325f5c921 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2694,7 +2694,7 @@ dependencies = [
"datafusion-physical-plan",
"datafusion-sql",
"futures",
- "getrandom 0.3.4",
+ "getrandom 0.4.1",
"object_store",
"tokio",
"url",
@@ -3231,10 +3231,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]]
@@ -5953,7 +5955,7 @@ source =
"registry+https://github.com/rust-lang/crates.io-index"
checksum = "0136791f7c95b1f6dd99f9cc786b91bb81c3800b639b3478e561ddb7be95e5f1"
dependencies = [
"fastrand",
- "getrandom 0.3.4",
+ "getrandom 0.4.1",
"once_cell",
"rustix",
"windows-sys 0.52.0",
diff --git a/datafusion/wasmtest/Cargo.toml b/datafusion/wasmtest/Cargo.toml
index 0bb304af6f..eb5d74332e 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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]