Skip to content

Commit

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

Signed-off-by: Flavio Castelli <[email protected]>
  • Loading branch information
flavio authored May 9, 2024
1 parent dc51065 commit a43192f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/wasmtime-provider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ wasi = ["wasi-common", "wasmtime-wasi"]
[dependencies]
wapc = { path = "../wapc", version = "1.1.0" }
log = "0.4"
wasmtime = "19.0"
wasmtime = "20.0"
anyhow = "1.0"
thiserror = "1.0"
cfg-if = "1.0.0"
parking_lot = "0.12"
serde = { version = "1.0", features = ["derive"] }
# feature = wasi
wasmtime-wasi = { version = "19.0", optional = true }
wasi-common = { version = "19.0", optional = true }
wasmtime-wasi = { version = "20.0", optional = true }
wasi-common = { version = "20.0", optional = true }

[dev-dependencies]
wapc-codec = { path = "../wapc-codec" }
Expand Down

0 comments on commit a43192f

Please sign in to comment.