Skip to content

Commit 67ec2f0

Browse files
chore(deps): update getrandom requirement from 0.2.8 to 0.3.1
Updates the requirements on [getrandom](https://github.com/rust-random/getrandom) to permit the latest version. - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](rust-random/getrandom@v0.2.8...v0.3.1) --- updated-dependencies: - dependency-name: getrandom dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2aff98e commit 67ec2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/wasmtest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ datafusion-physical-expr-common = { workspace = true }
5959
datafusion-physical-plan = { workspace = true }
6060
datafusion-sql = { workspace = true }
6161
# getrandom must be compiled with js feature
62-
getrandom = { version = "0.2.8", features = ["js"] }
62+
getrandom = { version = "0.3.1", features = ["js"] }
6363

6464
parquet = { workspace = true }
6565
wasm-bindgen = "0.2.99"

0 commit comments

Comments
 (0)