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] <support@github.com>
This commit is contained in:
parent
974be3bb30
commit
b0afbf3762
2 changed files with 4 additions and 4 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue