From 1e05a6cc756d04d13a02212ec61f99f8d0d0bba6 Mon Sep 17 00:00:00 2001 From: Joseph Cruz Date: Tue, 12 Mar 2024 22:13:41 -0400 Subject: [PATCH] chore(examples): update wasm-bindgen --- examples/action-form-error-handling/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/action-form-error-handling/Cargo.toml b/examples/action-form-error-handling/Cargo.toml index 80500d4821..e9e3824457 100644 --- a/examples/action-form-error-handling/Cargo.toml +++ b/examples/action-form-error-handling/Cargo.toml @@ -16,7 +16,7 @@ leptos = { path = "../../leptos" } leptos_meta = { path = "../../meta" } leptos_actix = { path = "../../integrations/actix", optional = true } leptos_router = { path = "../../router" } -wasm-bindgen = "0.2" +wasm-bindgen = "0.2.92" serde = { version = "1", features = ["derive"] } [features]