diff --git a/shaperglot-web/Cargo.toml b/shaperglot-web/Cargo.toml index 4910b59..c9a666b 100644 --- a/shaperglot-web/Cargo.toml +++ b/shaperglot-web/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] wasm-bindgen = { version = "0.2.95" } -console_error_panic_hook = { version = "0.1.6" } +console_error_panic_hook = { version = "0.1.7" } js-sys = { version = "0.3.72" } shaperglot = { path = "../shaperglot-lib" } read-fonts = {workspace = true }