Skip to content

Commit

Permalink
Bump duplicate WASM deps
Browse files Browse the repository at this point in the history
  • Loading branch information
clubby789 committed Nov 29, 2024
1 parent 590d73f commit 83f202d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 23 deletions.
23 changes: 2 additions & 21 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3187,7 +3187,7 @@ dependencies = [
"regex",
"serde_json",
"similar",
"wasmparser 0.216.0",
"wasmparser 0.219.1",
]

[[package]]
Expand Down Expand Up @@ -3554,7 +3554,7 @@ dependencies = [
"thin-vec",
"thorin-dwp",
"tracing",
"wasm-encoder 0.216.0",
"wasm-encoder 0.219.1",
"windows",
]

Expand Down Expand Up @@ -5904,15 +5904,6 @@ dependencies = [
"wasm-component-ld",
]

[[package]]
name = "wasm-encoder"
version = "0.216.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04c23aebea22c8a75833ae08ed31ccc020835b12a41999e58c31464271b94a88"
dependencies = [
"leb128",
]

[[package]]
name = "wasm-encoder"
version = "0.219.1"
Expand Down Expand Up @@ -5949,16 +5940,6 @@ dependencies = [
"wasmparser 0.219.1",
]

[[package]]
name = "wasmparser"
version = "0.216.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcdee6bea3619d311fb4b299721e89a986c3470f804b6d534340e412589028e3"
dependencies = [
"bitflags 2.6.0",
"indexmap",
]

[[package]]
name = "wasmparser"
version = "0.218.0"
Expand Down
2 changes: 1 addition & 1 deletion compiler/rustc_codegen_ssa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tempfile = "3.2"
thin-vec = "0.2.12"
thorin-dwp = "0.8"
tracing = "0.1"
wasm-encoder = "0.216.0"
wasm-encoder = "0.219"
# tidy-alphabetical-end

[target.'cfg(unix)'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/tools/run-make-support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
bstr = "1.6.0"
object = "0.36.2"
similar = "2.5.0"
wasmparser = { version = "0.216", default-features = false, features = ["std"] }
wasmparser = { version = "0.219", default-features = false, features = ["std"] }
regex = "1.8" # 1.8 to avoid memchr 2.6.0, as 2.5.0 is pinned in the workspace
gimli = "0.31.0"
build_helper = { path = "../../build_helper" }
Expand Down

0 comments on commit 83f202d

Please sign in to comment.