mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:26 +00:00
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:
parent
d082c1b202
commit
638186afbd
6 changed files with 109 additions and 35 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue