diff --git a/examples/action-form-error-handling/Cargo.toml b/examples/action-form-error-handling/Cargo.toml index e9e3824457..80500d4821 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.92" +wasm-bindgen = "0.2" serde = { version = "1", features = ["derive"] } [features]