Fix built with latest wit-parser crate (#5393)

A mistake was made in the publication of `wit-parser` where a breaking
change was made without bumping its major version, causing build issues
on `main` if `wit-parser` is updated. This commit updates `wit-parser`
to the latest and we'll handle breaking changes better next time.

Closes #5390
This commit is contained in:
Alex Crichton
2022-12-07 10:47:50 -06:00
committed by GitHub
parent 29b23d41b6
commit 7f53525ad9
3 changed files with 13 additions and 5 deletions

View File

@@ -998,3 +998,9 @@ criteria = "safe-to-deploy"
version = "0.3.0"
notes = "The Bytecode Alliance is the author of this crate."
[[audits.wit-parser]]
who = "Alex Crichton <alex@alexcrichton.com>"
criteria = "safe-to-deploy"
version = "0.3.1"
notes = "The Bytecode Alliance is the author of this crate."