diff --git a/shaperglot-web/Cargo.toml b/shaperglot-web/Cargo.toml index d29764e..7840873 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.99" } console_error_panic_hook = { version = "0.1.7" } -js-sys = { version = "0.3.72" } +js-sys = { version = "0.3.76" } shaperglot = { path = "../shaperglot-lib" } read-fonts = { workspace = true } skrifa = { workspace = true }