From ba6eec66c749593f280c46b171b4a63b19c8885b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 02:46:03 +0000 Subject: [PATCH] build(deps): update wasm-bindgen requirement from =0.2.93 to =0.2.100 Updates the requirements on [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) to permit the latest version. - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/compare/0.2.93...0.2.100) --- updated-dependencies: - dependency-name: wasm-bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bindings/wasm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/wasm/Cargo.toml b/bindings/wasm/Cargo.toml index 0ac7c0e..ad44e2a 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.100" [dev-dependencies] wasm-bindgen-test = "0.3.40"