deislabs / wagi

Write HTTP handlers in WebAssembly with a minimal amount of work
Apache License 2.0
889 stars 44 forks source link

Update Wasmtime to v0.30 #122

Closed radu-matei closed 3 years ago

radu-matei commented 3 years ago

This commit updates Wasmtime to v0.30 to address a security advisory for Wasmtime -- see https://rustsec.org/advisories/RUSTSEC-2021-0110.html

It also cleans up the Cargo.toml file and sorts dependencies alphabetically.