chore: update to wasmtime 6.0.1 (#276)

This commit is contained in:
zach
2023-03-08 17:44:57 -08:00
committed by GitHub
parent 94d5bd98c8
commit 12373ca34a

View File

@@ -9,9 +9,9 @@ repository = "https://github.com/extism/extism"
description = "Extism runtime component"
[dependencies]
wasmtime = "6.0.0"
wasmtime-wasi = "6.0.0"
wasmtime-wasi-nn = {version = "6.0.0", optional=true}
wasmtime = "6.0.1"
wasmtime-wasi = "6.0.1"
wasmtime-wasi-nn = {version = "6.0.1", optional=true}
anyhow = "1"
serde = {version = "1", features = ["derive"]}
serde_json = "1"