The dependencies in Cargo.toml should refer to the same release version of the libraries, cutting down on duplicated internal dependencies (see cargo tree):
wasmparser = "0.252"
wasm-encoder = "0.248"
wit-parser = "0.244"
wit-component = "0.244"
wat = "1.219"
wast = "252.0"
This should all refer to the same version (within different schemas), the current release is 252
The dependencies in Cargo.toml should refer to the same release version of the libraries, cutting down on duplicated internal dependencies (see cargo tree):
This should all refer to the same version (within different schemas), the current release is 252