From eb3e16e091f3b20077bc9c1863742ef0a84523b5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 13 May 2025 15:07:03 +0000 Subject: [PATCH] Update Rust crate getrandom to 0.3.0 --- crates/lox-wasm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/lox-wasm/Cargo.toml b/crates/lox-wasm/Cargo.toml index 6b2c98c8..1f02c0c3 100644 --- a/crates/lox-wasm/Cargo.toml +++ b/crates/lox-wasm/Cargo.toml @@ -15,7 +15,7 @@ readme = "README.md" crate-type = ["cdylib"] [dependencies] -getrandom = { version = "0.2.14", features = ["js"] } +getrandom = { version = "0.3.0", features = ["js"] } julianday = "1.2.0" lazy_static = "1.4.0" lox-library = { path = "../lox-library", version = "0.3.0"} -- GitLab