bytecodealliance / lucet

Lucet, the Sandboxing WebAssembly Compiler.
Apache License 2.0
4.06k stars 164 forks source link

Upgrade raw-cpuid to version 9 #628

Closed benaubin closed 3 years ago

benaubin commented 3 years ago

The earlier version has a security vulnerability, making cargo audit fail. Wasmtime will need to be upgraded as well in order for the CI checks to pass.

pchickey commented 3 years ago

This requires a wasmtime bump to fix the dep that has been removed from cranelift-native. I'll take care of it in #627