Update Rust crate wasm-bindgen to 0.2.92

This commit is contained in:
Renovate Bot 2024-04-30 09:08:38 +00:00
parent 993f03f90e
commit a9fd4ef867
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ julianday = "1.2.0"
lazy_static = "1.4.0"
lox-library = { path = "../lox-library", version = "0.1.0" }
lox_utils = { path = "../lox-utils", version = "0.1.0" }
wasm-bindgen = "0.2"
wasm-bindgen = "0.2.92"
time = "0.3.36"
serde_json = "1.0.113"