Skip to content

Commit

Permalink
build(deps): update getrandom requirement in /bindings/javascript
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.0...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 c399b45 commit 1ee6004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/javascript/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ napi-derive = "2.14.4"
[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen = "=0.2.99"
serde-wasm-bindgen = "0.6"
getrandom = { version = "0.2", features = ["js"] }
getrandom = { version = "0.3", features = ["js"] }
serde = { version = "1", features = ["derive"], default-features = false }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.css-inline]
Expand Down

0 comments on commit 1ee6004

Please sign in to comment.