Skip to content

Commit 20277fe

Browse files
committed
dedup one wasmparser
1 parent d614cf8 commit 20277fe

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

Cargo.lock

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3331,7 +3331,7 @@ dependencies = [
33313331
"object 0.36.2",
33323332
"regex",
33333333
"similar",
3334-
"wasmparser 0.118.2",
3334+
"wasmparser 0.214.0",
33353335
]
33363336

33373337
[[package]]
@@ -6215,16 +6215,6 @@ dependencies = [
62156215
"wasmparser 0.210.0",
62166216
]
62176217

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-
62286218
[[package]]
62296219
name = "wasmparser"
62306220
version = "0.210.0"
@@ -6245,7 +6235,12 @@ version = "0.214.0"
62456235
source = "registry+https://github.com/rust-lang/crates.io-index"
62466236
checksum = "5309c1090e3e84dad0d382f42064e9933fdaedb87e468cc239f0eabea73ddcb6"
62476237
dependencies = [
6238+
"ahash",
62486239
"bitflags 2.5.0",
6240+
"hashbrown",
6241+
"indexmap",
6242+
"semver",
6243+
"serde",
62496244
]
62506245

62516246
[[package]]

src/tools/run-make-support/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
bstr = "1.6.0"
88
object = "0.36.2"
99
similar = "2.5.0"
10-
wasmparser = "0.118.2"
10+
wasmparser = "0.214"
1111
regex = "1.8" # 1.8 to avoid memchr 2.6.0, as 2.5.0 is pinned in the workspace
1212
gimli = "0.31.0"
1313
build_helper = { path = "../build_helper" }

0 commit comments

Comments
 (0)