From 60ba0bf0c4f79cfe41f1f312b8c1f6bdaf31fae0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 00:54:47 +0000 Subject: [PATCH] Update rust-wasm-bindgen monorepo --- shaperglot-web/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shaperglot-web/Cargo.toml b/shaperglot-web/Cargo.toml index d29764e..37c53be 100644 --- a/shaperglot-web/Cargo.toml +++ b/shaperglot-web/Cargo.toml @@ -4,9 +4,9 @@ version = "0.1.0" edition = "2021" [dependencies] -wasm-bindgen = { version = "0.2.95" } +wasm-bindgen = { version = "0.2.100" } console_error_panic_hook = { version = "0.1.7" } -js-sys = { version = "0.3.72" } +js-sys = { version = "0.3.77" } shaperglot = { path = "../shaperglot-lib" } read-fonts = { workspace = true } skrifa = { workspace = true }