Skip to content

Commit fa0988b

Browse files
committed
Update rand to v0.10.0 and getrandom to v0.4.1
1 parent bf2e769 commit fa0988b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ web-time = "1.0.0"
176176
winit = { version = "0.30.0", default-features = false, features = ["rwh_06"] }
177177
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
178178
glam = { version = "0.31.0", features = ["rand"] }
179-
rand = "0.9.2"
179+
rand = "0.10.0"
180180
# Disable unnecessary formats.
181181
image = { version = "0.25.0", default-features = false, features = ["jpeg"] }
182182

@@ -199,7 +199,7 @@ wasm-bindgen-test = "0.3"
199199
console_error_panic_hook = "0.1"
200200
tracing-web = "0.1"
201201
# Allow `rand` crate to compile.
202-
getrandom = { version = "0.3.4", features = ["wasm_js"] }
202+
getrandom = { version = "0.4.1", features = ["wasm_js"] }
203203

204204
# DRM example.
205205
[target.'cfg(not(any(target_os = "android", target_vendor = "apple", target_os = "redox", target_family = "wasm", target_os = "windows")))'.dev-dependencies]

0 commit comments

Comments
 (0)