Skip to content

Commit

Permalink
chore(deps): update getrandom requirement from 0.2.8 to 0.3.1
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2025
1 parent 3f48520 commit 70fda79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/wasmtest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 70fda79

Please sign in to comment.