diff --git a/bindings/wasm/Cargo.toml b/bindings/wasm/Cargo.toml index 0ac7c0e..7ab52f9 100644 --- a/bindings/wasm/Cargo.toml +++ b/bindings/wasm/Cargo.toml @@ -18,7 +18,7 @@ coverage = ["regorus/coverage"] [dependencies] regorus = { path = "../..", default-features = false, features = ["arc"] } serde_json = "1.0.111" -wasm-bindgen = "=0.2.93" +wasm-bindgen = "=0.2.97" [dev-dependencies] wasm-bindgen-test = "0.3.40"