File tree Expand file tree Collapse file tree 2 files changed +7
-12
lines changed
src/tools/run-make-support Expand file tree Collapse file tree 2 files changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -3445,7 +3445,7 @@ dependencies = [
3445
3445
" object 0.36.0" ,
3446
3446
" regex" ,
3447
3447
" similar" ,
3448
- " wasmparser 0.118.2 " ,
3448
+ " wasmparser 0.208.1 " ,
3449
3449
]
3450
3450
3451
3451
[[package ]]
@@ -6398,23 +6398,18 @@ dependencies = [
6398
6398
" wasmparser 0.210.0" ,
6399
6399
]
6400
6400
6401
- [[package ]]
6402
- name = " wasmparser"
6403
- version = " 0.118.2"
6404
- source = " registry+https://github.com/rust-lang/crates.io-index"
6405
- checksum = " 77f1154f1ab868e2a01d9834a805faca7bf8b50d041b4ca714d005d0dab1c50c"
6406
- dependencies = [
6407
- " indexmap" ,
6408
- " semver" ,
6409
- ]
6410
-
6411
6401
[[package ]]
6412
6402
name = " wasmparser"
6413
6403
version = " 0.208.1"
6414
6404
source = " registry+https://github.com/rust-lang/crates.io-index"
6415
6405
checksum = " dd921789c9dcc495f589cb37d200155dee65b4a4beeb853323b5e24e0a5f9c58"
6416
6406
dependencies = [
6407
+ " ahash" ,
6417
6408
" bitflags 2.5.0" ,
6409
+ " hashbrown" ,
6410
+ " indexmap" ,
6411
+ " semver" ,
6412
+ " serde" ,
6418
6413
]
6419
6414
6420
6415
[[package ]]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = "2021"
7
7
bstr = " 1.6.0"
8
8
object = " 0.36.0"
9
9
similar = " 2.5.0"
10
- wasmparser = " 0.118.2 "
10
+ wasmparser = " 0.208 "
11
11
regex = " 1.8" # 1.8 to avoid memchr 2.6.0, as 2.5.0 is pinned in the workspace
12
12
gimli = " 0.31.0"
13
13
build_helper = { path = " ../build_helper" }
You can’t perform that action at this time.
0 commit comments