diff --git a/Cargo.toml b/Cargo.toml index e45aecca..ef036e1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ crossterm = { version = "0.27.0", optional = true } [target.'cfg(target_arch = "wasm32")'.dependencies] console_error_panic_hook = "0.1.6" -serde-wasm-bindgen = { version = "0.5.0", optional = true } +serde-wasm-bindgen = { version = "0.6.0", optional = true } wasm-bindgen = { version = "0.2", optional = true } [target.'cfg(target_arch = "wasm32")'.dev-dependencies]