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"