From 74d088117953857d24aa6b02a7b0be462e5b5dfe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 10:41:02 +0000 Subject: [PATCH] chore(deps): update rust crate wasm-bindgen to 0.2.88 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9c559a4..b489bca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ resolver = "2" ruff_python_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "v0.1.5" } serde = { version = "1.0" } serde_json = { version = "1.0" } - wasm-bindgen = "0.2.87" + wasm-bindgen = "0.2.88" [profile.release]