From 7cd71ba6b24ffda9c7e8e99a3c818e18e89b3962 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BC=8A=E6=AC=A7?= Date: Sun, 10 Dec 2023 13:58:31 +0800 Subject: [PATCH] Update crates/history/Cargo.toml Co-authored-by: Kaede Hoshikawa --- crates/history/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/history/Cargo.toml b/crates/history/Cargo.toml index cda180dd..4a755afc 100644 --- a/crates/history/Cargo.toml +++ b/crates/history/Cargo.toml @@ -18,7 +18,7 @@ serde = { version = "1", features = ["derive"] } serde-wasm-bindgen = "0.6.0" serde_urlencoded = { version = "0.7", optional = true } thiserror = { version = "1.0", optional = true } -wasm-bindgen = "0.2" +wasm-bindgen = "0.2.88" [dependencies.web-sys] version = "0.3"