From c528a527fe24c8f86522f6916d2d1f87cccb2c25 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 30 Aug 2023 16:04:37 +0000 Subject: [PATCH] Update Rust crate js-sys to 0.3.64 --- 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 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"