Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zwiterrion committed Mar 23, 2023
1 parent 673be5d commit c2be888
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit c2be888

Please sign in to comment.