Skip to content

Commit

Permalink
chore(deps): update wasmtime
Browse files Browse the repository at this point in the history
Update to latest version of wasmtime

Signed-off-by: Flavio Castelli <fcastelli@suse.com>
  • Loading branch information
flavio authored and jvanz committed Jan 8, 2025
1 parent 490ee0d commit 54fccbd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ wapc = "2.1"
wasi-common = { workspace = true }
wasmparser = "0.222"
wasmtime = { workspace = true }
wasmtime-provider = { version = "2.2.0", features = ["cache"] }
wasmtime-provider = { version = "2.3.0", features = ["cache"] }
wasmtime-wasi = { workspace = true }

[workspace.dependencies]
wasi-common = "27.0"
wasmtime = "27.0"
wasmtime-wasi = "27.0"
wasi-common = "28.0"
wasmtime = "28.0"
wasmtime-wasi = "28.0"

[dev-dependencies]
assert-json-diff = "2.0"
Expand Down

0 comments on commit 54fccbd

Please sign in to comment.