Skip to content

Commit 73b5d29

Browse files
committed
dedup one wasmparser
1 parent d48d535 commit 73b5d29

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
@@ -3445,7 +3445,7 @@ dependencies = [
34453445
"object 0.36.0",
34463446
"regex",
34473447
"similar",
3448-
"wasmparser 0.118.2",
3448+
"wasmparser 0.208.1",
34493449
]
34503450

34513451
[[package]]
@@ -6398,23 +6398,18 @@ dependencies = [
63986398
"wasmparser 0.210.0",
63996399
]
64006400

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-
64116401
[[package]]
64126402
name = "wasmparser"
64136403
version = "0.208.1"
64146404
source = "registry+https://github.com/rust-lang/crates.io-index"
64156405
checksum = "dd921789c9dcc495f589cb37d200155dee65b4a4beeb853323b5e24e0a5f9c58"
64166406
dependencies = [
6407+
"ahash",
64176408
"bitflags 2.5.0",
6409+
"hashbrown",
6410+
"indexmap",
6411+
"semver",
6412+
"serde",
64186413
]
64196414

64206415
[[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.0"
99
similar = "2.5.0"
10-
wasmparser = "0.118.2"
10+
wasmparser = "0.208"
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)