From 30fb7dc511cc46f28eb73cef90be69ab1a2bce70 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sat, 30 Nov 2024 01:49:18 +0000 Subject: [PATCH] chore(deps): update rust crate wasm-bindgen to v0.2.96 --- cuddle-leptos/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cuddle-leptos/Cargo.toml b/cuddle-leptos/Cargo.toml index 96d7848..86b4488 100644 --- a/cuddle-leptos/Cargo.toml +++ b/cuddle-leptos/Cargo.toml @@ -27,7 +27,7 @@ thiserror = "1" tokio = { version = "1.37.0", features = ["full"] } tower = { version = "0.5.0", features = ["full"] } tower-http = { version = "0.5", features = ["full"] } -wasm-bindgen = "=0.2.93" +wasm-bindgen = "=0.2.96" # See https://github.com/akesson/cargo-leptos for documentation of all the parameters.