Update Rust crate rand to 0.9.0 (#15899)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Micha Reiser <micha@reiser.io>
This commit is contained in:
renovate[bot] 2025-02-03 12:25:57 +01:00 committed by GitHub
parent d082c1b202
commit 638186afbd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 109 additions and 35 deletions

View file

@ -35,6 +35,9 @@ console_error_panic_hook = { workspace = true, optional = true }
console_log = { workspace = true }
js-sys = { workspace = true }
log = { workspace = true }
# Not a direct dependency but required to enable the `wasm_js` feature.
# See https://docs.rs/getrandom/latest/getrandom/#webassembly-support
getrandom = { workspace = true, features = ["wasm_js"] }
serde = { workspace = true }
serde-wasm-bindgen = { workspace = true }
wasm-bindgen = { workspace = true }