Skip to content

Commit

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

Signed-off-by: Flavio Castelli <[email protected]>
  • Loading branch information
flavio authored and jsoverson committed Jun 22, 2023
1 parent a77179e commit b20f7c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crates/wasmtime-provider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ wasi = ["wasi-common", "wasi-cap-std-sync", "wasmtime-wasi"]
[dependencies]
wapc = { path = "../wapc", version = "1.1.0" }
log = "0.4"
wasmtime = "9.0"
wasmtime = "10.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 = "9.0", optional = true }
wasi-common = { version = "9.0", optional = true }
wasi-cap-std-sync = { version = "9.0", optional = true }
wasmtime-wasi = { version = "10.0", optional = true }
wasi-common = { version = "10.0", optional = true }
wasi-cap-std-sync = { version = "10.0", optional = true }

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

0 comments on commit b20f7c5

Please sign in to comment.