diff --git a/crates/lox-wasm/Cargo.toml b/crates/lox-wasm/Cargo.toml index 5bc9c6d..eb769b9 100644 --- a/crates/lox-wasm/Cargo.toml +++ b/crates/lox-wasm/Cargo.toml @@ -19,7 +19,7 @@ time = "0.3.21" serde_json = "1.0.87" console_error_panic_hook = "0.1.7" -js-sys = "0.3.61" +js-sys = "0.3.64" rand = { version = "0.7", features = ["wasm-bindgen"] } zkp = "0.8.0"