Skip to content

Commit af702e5

Browse files
committed
Bump duplicate WASM deps
1 parent 26283e6 commit af702e5

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
@@ -3187,7 +3187,7 @@ dependencies = [
31873187
"regex",
31883188
"serde_json",
31893189
"similar",
3190-
"wasmparser 0.216.0",
3190+
"wasmparser 0.219.1",
31913191
]
31923192

31933193
[[package]]
@@ -3554,7 +3554,7 @@ dependencies = [
35543554
"thin-vec",
35553555
"thorin-dwp",
35563556
"tracing",
3557-
"wasm-encoder 0.216.0",
3557+
"wasm-encoder 0.219.1",
35583558
"windows",
35593559
]
35603560

@@ -5904,15 +5904,6 @@ dependencies = [
59045904
"wasm-component-ld",
59055905
]
59065906

5907-
[[package]]
5908-
name = "wasm-encoder"
5909-
version = "0.216.0"
5910-
source = "registry+https://github.com/rust-lang/crates.io-index"
5911-
checksum = "04c23aebea22c8a75833ae08ed31ccc020835b12a41999e58c31464271b94a88"
5912-
dependencies = [
5913-
"leb128",
5914-
]
5915-
59165907
[[package]]
59175908
name = "wasm-encoder"
59185909
version = "0.219.1"
@@ -5949,16 +5940,6 @@ dependencies = [
59495940
"wasmparser 0.219.1",
59505941
]
59515942

5952-
[[package]]
5953-
name = "wasmparser"
5954-
version = "0.216.0"
5955-
source = "registry+https://github.com/rust-lang/crates.io-index"
5956-
checksum = "bcdee6bea3619d311fb4b299721e89a986c3470f804b6d534340e412589028e3"
5957-
dependencies = [
5958-
"bitflags 2.6.0",
5959-
"indexmap",
5960-
]
5961-
59625943
[[package]]
59635944
name = "wasmparser"
59645945
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)