Skip to content

Commit 6c431ba

Browse files
committed
dedupe wasm-encoder
1 parent ad2b4a3 commit 6c431ba

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

Cargo.lock

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3832,7 +3832,7 @@ dependencies = [
38323832
"thin-vec",
38333833
"thorin-dwp",
38343834
"tracing",
3835-
"wasm-encoder 0.200.0",
3835+
"wasm-encoder 0.210.0",
38363836
"windows",
38373837
]
38383838

@@ -6355,15 +6355,6 @@ dependencies = [
63556355
"wasm-component-ld",
63566356
]
63576357

6358-
[[package]]
6359-
name = "wasm-encoder"
6360-
version = "0.200.0"
6361-
source = "registry+https://github.com/rust-lang/crates.io-index"
6362-
checksum = "b9e3fb0c8fbddd78aa6095b850dfeedbc7506cf5f81e633f69cf8f2333ab84b9"
6363-
dependencies = [
6364-
"leb128",
6365-
]
6366-
63676358
[[package]]
63686359
name = "wasm-encoder"
63696360
version = "0.210.0"

compiler/rustc_codegen_ssa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ tempfile = "3.2"
4141
thin-vec = "0.2.12"
4242
thorin-dwp = "0.7"
4343
tracing = "0.1"
44-
wasm-encoder = "0.200.0"
44+
wasm-encoder = "0.210.0"
4545
# tidy-alphabetical-end
4646

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

0 commit comments

Comments
 (0)