From b0afbf376224724ba97c68a54e36b63b71939695 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 21:07:59 +0000 Subject: [PATCH] build(deps): bump wasmparser from 0.242.0 to 0.243.0 in the cargo group Bumps the cargo group with 1 update: [wasmparser](https://github.com/bytecodealliance/wasm-tools). Updates `wasmparser` from 0.242.0 to 0.243.0 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) --- updated-dependencies: - dependency-name: wasmparser dependency-version: 0.243.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index db44d925..103fb39a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2027,7 +2027,7 @@ dependencies = [ "tree-sitter-tests-proc-macro", "unindent", "walkdir", - "wasmparser 0.242.0", + "wasmparser 0.243.0", "webbrowser", "widestring", ] @@ -2271,9 +2271,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.242.0" +version = "0.243.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed3c6e611f4cd748d85c767815823b777dc56afca793fcda27beae4e85028849" +checksum = "f6d8db401b0528ec316dfbe579e6ab4152d61739cfe076706d2009127970159d" dependencies = [ "bitflags 2.10.0", "hashbrown 0.15.5", diff --git a/Cargo.toml b/Cargo.toml index 9461cbf0..9faa4041 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -150,7 +150,7 @@ tiny_http = "0.12.0" topological-sort = "0.2.2" unindent = "0.2.4" walkdir = "2.5.0" -wasmparser = "0.242.0" +wasmparser = "0.243.0" webbrowser = "1.0.5" tree-sitter = { version = "0.26.0", path = "./lib" }