Update wasm-tools crates (#5757)
* Update wasm-tools crates Pulls in a new component binary format which should hopefully be the last update for awhile. * Update cargo vet configuration
This commit is contained in:
16
Cargo.toml
16
Cargo.toml
@@ -162,14 +162,14 @@ winch-test-macros = { path = "winch/test-macros" }
|
||||
|
||||
target-lexicon = { version = "0.12.3", default-features = false, features = ["std"] }
|
||||
anyhow = "1.0.22"
|
||||
wasmparser = "0.99.0"
|
||||
wat = "1.0.56"
|
||||
wast = "52.0.2"
|
||||
wasmprinter = "0.2.49"
|
||||
wasm-encoder = "0.22.0"
|
||||
wasm-smith = "0.12.0"
|
||||
wasm-mutate = "0.2.16"
|
||||
wit-parser = "0.5.0"
|
||||
wasmparser = "0.100.0"
|
||||
wat = "1.0.57"
|
||||
wast = "53.0.0"
|
||||
wasmprinter = "0.2.50"
|
||||
wasm-encoder = "0.23.0"
|
||||
wasm-smith = "0.12.1"
|
||||
wasm-mutate = "0.2.17"
|
||||
wit-parser = "0.6.0"
|
||||
windows-sys = "0.45.0"
|
||||
env_logger = "0.9"
|
||||
rustix = "0.36.7"
|
||||
|
||||
Reference in New Issue
Block a user