From 607f0e520c865de610836182a1b73dbb6aa3d31a Mon Sep 17 00:00:00 2001 From: Kevin Reid Date: Sat, 16 Dec 2023 14:28:36 -0800 Subject: [PATCH] Bump `rand` for direct-minimal-versions compat. --- all-is-cubes-wasm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/all-is-cubes-wasm/Cargo.toml b/all-is-cubes-wasm/Cargo.toml index 1f5c859ff..1e52b6e54 100644 --- a/all-is-cubes-wasm/Cargo.toml +++ b/all-is-cubes-wasm/Cargo.toml @@ -45,7 +45,7 @@ instant = { version = "0.1.12", features = ["wasm-bindgen"] } js-sys = "0.3.64" log = { version = "0.4.17", default-features = false } once_cell = "1.18.0" -rand = { version = "0.8.2", default-features = false, features = ["std", "std_rng"] } +rand = { version = "0.8.3", default-features = false, features = ["std", "std_rng"] } send_wrapper = "0.6.0" wasm-bindgen = "0.2.87" wasm-bindgen-futures = "0.4.34"