Skip to content

Commit 74e9718

Browse files
dependabot[bot]Stranger6667
authored andcommitted
build(deps): update getrandom requirement in /bindings/javascript
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.3.0...v0.4.0) --- updated-dependencies: - dependency-name: getrandom dependency-version: 0.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8a48718 commit 74e9718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/javascript/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ napi-derive = "3"
2828
[target.'cfg(target_arch = "wasm32")'.dependencies]
2929
wasm-bindgen = "=0.2.108"
3030
serde-wasm-bindgen = "0.6"
31-
getrandom = { version = "0.3.0", features = ["wasm_js"] }
31+
getrandom = { version = "0.4.0", features = ["wasm_js"] }
3232
serde = { version = "1", features = ["derive"], default-features = false }
3333

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

0 commit comments

Comments
 (0)