Update wasmi to 0.20.0 in wasmtime-fuzzing (#5256)
* update wasmi to 0.20 in wasmtime-fuzzing * add cargo-vet entries for wasmi_core 0.5.0 and wasmi 0.20.0
This commit is contained in:
@@ -25,7 +25,7 @@ wasm-encoder = { workspace = true }
|
||||
wasm-smith = { workspace = true }
|
||||
wasm-mutate = { workspace = true }
|
||||
wasm-spec-interpreter = { path = "./wasm-spec-interpreter", optional = true }
|
||||
wasmi = "0.19.0"
|
||||
wasmi = "0.20.0"
|
||||
|
||||
# We rely on precompiled v8 binaries, but rusty-v8 doesn't have a precompiled
|
||||
# binary for MinGW which is built on our CI. It does have one for Windows-msvc,
|
||||
|
||||
Reference in New Issue
Block a user