diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index c8c04396b..a52540b6c 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -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" @@ -22,7 +22,7 @@ log4rs = "1.1" url = "2" glob = "0.3" ureq = {version = "2.5", optional=true} -extism-manifest = { version = "0.2.0", path = "../manifest" } +extism-manifest = { version = "0.3.0", path = "../manifest" } pretty-hex = { version = "0.3" } uuid = { version = "1", features = ["v4"] } libc = "0.2"