Skip to content

Commit

Permalink
Update getrandom requirement from 0.2.10 to 0.3.0
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.10...v0.2.15)

---
updated-dependencies:
- dependency-name: getrandom
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent eb29beb commit 48c7663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ package = "serde"

[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen = "0.2.87"
getrandom = { version = "0.2.10", features = ["js", "js-sys"] }
getrandom = { version = "0.3.0", features = ["js", "js-sys"] }

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down

0 comments on commit 48c7663

Please sign in to comment.