From b2d0546f8695f5a1889c99c1e1f0747a921d86f6 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Mon, 13 Jan 2025 01:29:53 +0000 Subject: [PATCH] chore(deps): update rust crate wasm-bindgen to v0.2.100 --- 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 23695b1..d44bf9c 100644 --- a/cuddle-leptos/Cargo.toml +++ b/cuddle-leptos/Cargo.toml @@ -27,7 +27,7 @@ thiserror = "2" tokio = { version = "1.37.0", features = ["full"] } tower = { version = "0.5.0", features = ["full"] } tower-http = { version = "0.6", features = ["full"] } -wasm-bindgen = "=0.2.99" +wasm-bindgen = "=0.2.100" # See https://github.com/akesson/cargo-leptos for documentation of all the parameters.