Skip to content

Commit

Permalink
Update wasm-tools crates
Browse files Browse the repository at this point in the history
This fixes a fuzz-bug found from the last update where GC types were
accidentally leaking through validation.
  • Loading branch information
alexcrichton committed Nov 29, 2023
1 parent d2887ab commit e02f36f
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 28 deletions.
61 changes: 40 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -230,15 +230,15 @@ is-terminal = "0.4.0"
wit-bindgen = { version = "0.15.0", default-features = false }

# wasm-tools family:
wasmparser = "0.118.0"
wat = "1.0.81"
wast = "69.0.0"
wasmprinter = "0.2.74"
wasm-encoder = "0.38.0"
wasm-smith = "0.13.0"
wasmparser = "0.118.1"
wat = "1.0.82"
wast = "69.0.1"
wasmprinter = "0.2.75"
wasm-encoder = "0.38.1"
wasm-smith = "0.13.1"
wasm-mutate = "0.2.42"
wit-parser = "0.13.0"
wit-component = "0.18.2"
wit-component = "0.19.0"

# Non-Bytecode Alliance maintained dependencies:
# --------------------------
Expand Down
56 changes: 56 additions & 0 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1189,6 +1189,13 @@ user-id = 1
user-login = "alexcrichton"
user-name = "Alex Crichton"

[[publisher.wasm-encoder]]
version = "0.38.1"
when = "2023-11-29"
user-id = 1
user-login = "alexcrichton"
user-name = "Alex Crichton"

[[publisher.wasm-metadata]]
version = "0.10.9"
when = "2023-10-14"
Expand Down Expand Up @@ -1217,6 +1224,13 @@ user-id = 1
user-login = "alexcrichton"
user-name = "Alex Crichton"

[[publisher.wasm-metadata]]
version = "0.10.14"
when = "2023-11-29"
user-id = 1
user-login = "alexcrichton"
user-name = "Alex Crichton"

[[publisher.wasm-mutate]]
version = "0.2.38"
when = "2023-10-14"
Expand Down Expand Up @@ -1273,6 +1287,13 @@ user-id = 1
user-login = "alexcrichton"
user-name = "Alex Crichton"

[[publisher.wasm-smith]]
version = "0.13.1"
when = "2023-11-29"
user-id = 1
user-login = "alexcrichton"
user-name = "Alex Crichton"

[[publisher.wasmparser]]
version = "0.115.0"
when = "2023-10-14"
Expand Down Expand Up @@ -1301,6 +1322,13 @@ user-id = 1
user-login = "alexcrichton"
user-name = "Alex Crichton"

[[publisher.wasmparser]]
version = "0.118.1"
when = "2023-11-29"
user-id = 1
user-login = "alexcrichton"
user-name = "Alex Crichton"

[[publisher.wasmprinter]]
version = "0.2.70"
when = "2023-10-14"
Expand Down Expand Up @@ -1329,6 +1357,13 @@ user-id = 1
user-login = "alexcrichton"
user-name = "Alex Crichton"

[[publisher.wasmprinter]]
version = "0.2.75"
when = "2023-11-29"
user-id = 1
user-login = "alexcrichton"
user-name = "Alex Crichton"

[[publisher.wasmtime]]
version = "14.0.2"
when = "2023-10-26"
Expand Down Expand Up @@ -1657,6 +1692,13 @@ user-id = 1
user-login = "alexcrichton"
user-name = "Alex Crichton"

[[publisher.wast]]
version = "69.0.1"
when = "2023-11-29"
user-id = 1
user-login = "alexcrichton"
user-name = "Alex Crichton"

[[publisher.wat]]
version = "1.0.77"
when = "2023-10-14"
Expand Down Expand Up @@ -1685,6 +1727,13 @@ user-id = 1
user-login = "alexcrichton"
user-name = "Alex Crichton"

[[publisher.wat]]
version = "1.0.82"
when = "2023-11-29"
user-id = 1
user-login = "alexcrichton"
user-name = "Alex Crichton"

[[publisher.wiggle]]
version = "14.0.2"
when = "2023-10-26"
Expand Down Expand Up @@ -1929,6 +1978,13 @@ user-id = 1
user-login = "alexcrichton"
user-name = "Alex Crichton"

[[publisher.wit-component]]
version = "0.19.0"
when = "2023-11-29"
user-id = 1
user-login = "alexcrichton"
user-name = "Alex Crichton"

[[publisher.wit-parser]]
version = "0.12.1"
when = "2023-10-18"
Expand Down

0 comments on commit e02f36f

Please sign in to comment.