Update wasm-tools crates (#6215)
While bringing in no major updates for Wasmtime I've taken this opportunity to list myself for `cargo vet` with wildcard audits of this family of crates. That means I shouldn't need to further add any more entries in the future for updating these crates and additionally any other organizations using these audits will automatically be able to have audits for version that I publish. While here I also ran `cargo vet prune` which was able to remove a number of our exemptions.
This commit is contained in:
14
Cargo.toml
14
Cargo.toml
@@ -175,14 +175,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.102.0"
|
||||
wat = "1.0.61"
|
||||
wast = "55.0.0"
|
||||
wasmprinter = "0.2.54"
|
||||
wasmparser = "0.103.0"
|
||||
wat = "1.0.62"
|
||||
wast = "56.0.0"
|
||||
wasmprinter = "0.2.55"
|
||||
wasm-encoder = "0.25.0"
|
||||
wasm-smith = "0.12.5"
|
||||
wasm-mutate = "0.2.22"
|
||||
wit-parser = "0.6.4"
|
||||
wasm-smith = "0.12.6"
|
||||
wasm-mutate = "0.2.23"
|
||||
wit-parser = "0.7.0"
|
||||
windows-sys = "0.45.0"
|
||||
env_logger = "0.9"
|
||||
rustix = "0.36.7"
|
||||
|
||||
Reference in New Issue
Block a user