Update the wasm-tools family of crates (#5010)
* Update the wasm-tools family of crates Only minor updates here, mostly internal changes and no binary-related changes today. * Fix test expectation
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -145,13 +145,13 @@ cranelift = { path = "cranelift/umbrella", version = "0.89.0" }
|
||||
|
||||
target-lexicon = { version = "0.12.3", default-features = false }
|
||||
anyhow = "1.0.22"
|
||||
wasmparser = "0.91.0"
|
||||
wasmparser = "0.92.0"
|
||||
wat = "1.0.49"
|
||||
wast = "47.0.0"
|
||||
wasmprinter = "0.2.40"
|
||||
wasm-encoder = "0.17.0"
|
||||
wasm-smith = "0.11.5"
|
||||
wasm-mutate = "0.2.8"
|
||||
wast = "47.0.1"
|
||||
wasmprinter = "0.2.41"
|
||||
wasm-encoder = "0.18.0"
|
||||
wasm-smith = "0.11.6"
|
||||
wasm-mutate = "0.2.9"
|
||||
windows-sys = "0.36.0"
|
||||
env_logger = "0.9"
|
||||
rustix = "0.35.10"
|
||||
|
||||
Reference in New Issue
Block a user