From 5af406331cffd2e9e73ba5a91802615cd91023d7 Mon Sep 17 00:00:00 2001 From: Philippe Loctaux Date: Tue, 15 Oct 2024 23:31:07 +0200 Subject: [PATCH] wasm-bindgen v0.2.93 --- crates/plcom/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/plcom/Cargo.toml b/crates/plcom/Cargo.toml index 70f4f6c..71142c4 100644 --- a/crates/plcom/Cargo.toml +++ b/crates/plcom/Cargo.toml @@ -17,7 +17,7 @@ leptos_router = { version = "0.6" } tokio = { version = "1", features = ["rt-multi-thread"], optional = true } tower = { version = "0.4", optional = true } tower-http = { version = "0.5", features = ["fs"], optional = true } -wasm-bindgen = "=0.2.92" +wasm-bindgen = "=0.2.93" thiserror = "1" tracing = { version = "0.1", optional = true } http = "1"