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 @@ -3331,7 +3331,7 @@ dependencies = [
3331
3331
" object 0.36.2" ,
3332
3332
" regex" ,
3333
3333
" similar" ,
3334
- " wasmparser 0.118.2 " ,
3334
+ " wasmparser 0.214.0 " ,
3335
3335
]
3336
3336
3337
3337
[[package ]]
@@ -6215,16 +6215,6 @@ dependencies = [
6215
6215
" wasmparser 0.210.0" ,
6216
6216
]
6217
6217
6218
- [[package ]]
6219
- name = " wasmparser"
6220
- version = " 0.118.2"
6221
- source = " registry+https://github.com/rust-lang/crates.io-index"
6222
- checksum = " 77f1154f1ab868e2a01d9834a805faca7bf8b50d041b4ca714d005d0dab1c50c"
6223
- dependencies = [
6224
- " indexmap" ,
6225
- " semver" ,
6226
- ]
6227
-
6228
6218
[[package ]]
6229
6219
name = " wasmparser"
6230
6220
version = " 0.210.0"
@@ -6245,7 +6235,12 @@ version = "0.214.0"
6245
6235
source = " registry+https://github.com/rust-lang/crates.io-index"
6246
6236
checksum = " 5309c1090e3e84dad0d382f42064e9933fdaedb87e468cc239f0eabea73ddcb6"
6247
6237
dependencies = [
6238
+ " ahash" ,
6248
6239
" bitflags 2.5.0" ,
6240
+ " hashbrown" ,
6241
+ " indexmap" ,
6242
+ " semver" ,
6243
+ " serde" ,
6249
6244
]
6250
6245
6251
6246
[[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.2"
9
9
similar = " 2.5.0"
10
- wasmparser = " 0.118.2 "
10
+ wasmparser = " 0.214 "
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