Skip to content

Commit

Permalink
fix(deps): update rust crate getrandom to 0.2.14 (#196)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 4, 2024
1 parent 770d8c4 commit fb426be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catwalk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ js-sys = "0.3"
ril = { version = "0.10", default-features = false }
wasm-bindgen = "0.2"
web-sys = { version = "0.3", features = ["ImageData"] }
getrandom = { version = "0.2", features = ["js"] }
getrandom = { version = "0.2.14", features = ["js"] }

[package.metadata.wasm-pack.profile.release]
wasm-opt = ['-O3']

0 comments on commit fb426be

Please sign in to comment.