build(deps): bump wasmparser from 0.224.1 to 0.229.0 in the cargo group

Bumps the cargo group with 1 update: [wasmparser](https://github.com/bytecodealliance/wasm-tools).


Updates `wasmparser` from 0.224.1 to 0.229.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.229.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-08-30 21:10:57 +00:00 committed by Amaan Qureshi
parent 5272b6b908
commit a0fd1ded97
2 changed files with 9 additions and 22 deletions

29
Cargo.lock generated
View file

@ -2029,7 +2029,7 @@ dependencies = [
"unindent",
"url",
"walkdir",
"wasmparser 0.224.1",
"wasmparser",
"webbrowser",
"widestring",
]
@ -2312,20 +2312,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38ba1d491ecacb085a2552025c10a675a6fddcbd03b1fc9b36c536010ce265d2"
dependencies = [
"leb128fmt",
"wasmparser 0.229.0",
]
[[package]]
name = "wasmparser"
version = "0.224.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04f17a5917c2ddd3819e84c661fae0d6ba29d7b9c1f0e96c708c65a9c4188e11"
dependencies = [
"bitflags 2.9.3",
"hashbrown",
"indexmap",
"semver",
"serde",
"wasmparser",
]
[[package]]
@ -2349,7 +2336,7 @@ checksum = "d25dac01892684a99b8fbfaf670eb6b56edea8a096438c75392daeb83156ae2e"
dependencies = [
"anyhow",
"termcolor",
"wasmparser 0.229.0",
"wasmparser",
]
[[package]]
@ -2381,7 +2368,7 @@ dependencies = [
"smallvec",
"sptr",
"target-lexicon",
"wasmparser 0.229.0",
"wasmparser",
"wasmtime-asm-macros",
"wasmtime-cranelift",
"wasmtime-environ",
@ -2447,7 +2434,7 @@ dependencies = [
"smallvec",
"target-lexicon",
"thiserror 2.0.16",
"wasmparser 0.229.0",
"wasmparser",
"wasmtime-environ",
"wasmtime-versioned-export-macros",
]
@ -2471,7 +2458,7 @@ dependencies = [
"smallvec",
"target-lexicon",
"wasm-encoder",
"wasmparser 0.229.0",
"wasmparser",
"wasmprinter",
]
@ -2539,7 +2526,7 @@ dependencies = [
"gimli",
"object",
"target-lexicon",
"wasmparser 0.229.0",
"wasmparser",
"wasmtime-cranelift",
"wasmtime-environ",
"winch-codegen",
@ -2609,7 +2596,7 @@ dependencies = [
"smallvec",
"target-lexicon",
"thiserror 2.0.16",
"wasmparser 0.229.0",
"wasmparser",
"wasmtime-cranelift",
"wasmtime-environ",
]

View file

@ -156,7 +156,7 @@ topological-sort = "0.2.2"
unindent = "0.2.4"
url = { version = "2.5.4", features = ["serde"] }
walkdir = "2.5.0"
wasmparser = "0.224.1"
wasmparser = "0.229.0"
webbrowser = "1.0.5"
tree-sitter = { version = "0.26.0", path = "./lib" }