Skip to content

Commit 41167c9

Browse files
committed
Bump duplicate WASM deps
1 parent bf213b6 commit 41167c9

File tree

3 files changed

+4
-23
lines changed

3 files changed

+4
-23
lines changed

Cargo.lock

+2-21
Original file line numberDiff line numberDiff line change
@@ -3189,7 +3189,7 @@ dependencies = [
31893189
"regex",
31903190
"serde_json",
31913191
"similar",
3192-
"wasmparser 0.216.0",
3192+
"wasmparser 0.219.1",
31933193
]
31943194

31953195
[[package]]
@@ -3556,7 +3556,7 @@ dependencies = [
35563556
"thin-vec",
35573557
"thorin-dwp",
35583558
"tracing",
3559-
"wasm-encoder 0.216.0",
3559+
"wasm-encoder 0.219.1",
35603560
"windows",
35613561
]
35623562

@@ -5906,15 +5906,6 @@ dependencies = [
59065906
"wasm-component-ld",
59075907
]
59085908

5909-
[[package]]
5910-
name = "wasm-encoder"
5911-
version = "0.216.0"
5912-
source = "registry+https://github.com/rust-lang/crates.io-index"
5913-
checksum = "04c23aebea22c8a75833ae08ed31ccc020835b12a41999e58c31464271b94a88"
5914-
dependencies = [
5915-
"leb128",
5916-
]
5917-
59185909
[[package]]
59195910
name = "wasm-encoder"
59205911
version = "0.219.1"
@@ -5951,16 +5942,6 @@ dependencies = [
59515942
"wasmparser 0.219.1",
59525943
]
59535944

5954-
[[package]]
5955-
name = "wasmparser"
5956-
version = "0.216.0"
5957-
source = "registry+https://github.com/rust-lang/crates.io-index"
5958-
checksum = "bcdee6bea3619d311fb4b299721e89a986c3470f804b6d534340e412589028e3"
5959-
dependencies = [
5960-
"bitflags 2.6.0",
5961-
"indexmap",
5962-
]
5963-
59645945
[[package]]
59655946
name = "wasmparser"
59665947
version = "0.218.0"

compiler/rustc_codegen_ssa/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tempfile = "3.2"
4242
thin-vec = "0.2.12"
4343
thorin-dwp = "0.8"
4444
tracing = "0.1"
45-
wasm-encoder = "0.216.0"
45+
wasm-encoder = "0.219"
4646
# tidy-alphabetical-end
4747

4848
[target.'cfg(unix)'.dependencies]

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

+1-1
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 = { version = "0.216", default-features = false, features = ["std"] }
10+
wasmparser = { version = "0.219", default-features = false, features = ["std"] }
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)