Skip to content

Commit

Permalink
bump Wasmtime version to 5.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Dice <[email protected]>
  • Loading branch information
dicej committed Mar 8, 2023
1 parent e84ac6c commit c3e719a
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 64 deletions.
120 changes: 60 additions & 60 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ members = [

[workspace.dependencies]
tracing = { version = "0.1", features = ["log"] }
wasi-cap-std-sync = "5.0.0"
wasi-common = "5.0.0"
wasmtime = "5.0.0"
wasmtime-wasi = { version = "5.0.0", features = ["tokio"] }
wasi-cap-std-sync = "5.0.1"
wasi-common = "5.0.1"
wasmtime = "5.0.1"
wasmtime-wasi = { version = "5.0.1", features = ["tokio"] }

[workspace.dependencies.bindle]
git = "https://github.com/fermyon/bindle"
Expand Down

0 comments on commit c3e719a

Please sign in to comment.