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"