From a944190a4c905a9182043ea1c1fd4591a7f0a342 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 02:36:08 +0000 Subject: [PATCH] fix(deps): update rust crate wasm-bindgen-futures to v0.4.55 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 447166db2..72a744042 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ default = [] [dependencies] wasm-bindgen = {version = "=0.2.93", features = ["serde-serialize"]} -wasm-bindgen-futures = "=0.4.43" +wasm-bindgen-futures = "=0.4.55" serde = { version = "1.0", features = ["derive"] } # The `console_error_panic_hook` crate provides better debugging of panics by