Skip to content

Commit

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

Upgrade to wasmtime 23.0

Signed-off-by: Flavio Castelli <[email protected]>

* Bump wasmtime-provider version

New minor release. The only change is the dependency bump of wasmtime.

Signed-off-by: Flavio Castelli <[email protected]>

---------

Signed-off-by: Flavio Castelli <[email protected]>
  • Loading branch information
flavio authored Aug 2, 2024
1 parent 68d4dad commit f978595
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
@@ -1,6 +1,6 @@
[package]
name = "wasmtime-provider"
version = "1.19.1"
version = "1.20.0"
authors = [
"Kevin Hoffman <[email protected]>",
"Jarrod Overson <[email protected]>",
Expand Down Expand Up @@ -30,15 +30,15 @@ wasi = ["wasi-common", "wasmtime-wasi"]
[dependencies]
wapc = { path = "../wapc", version = "1.1.0" }
log = "0.4"
wasmtime = "22.0"
wasmtime = "23.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 = "22.0", optional = true }
wasi-common = { version = "22.0", optional = true }
wasmtime-wasi = { version = "23.0", optional = true }
wasi-common = { version = "23.0", optional = true }

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

0 comments on commit f978595

Please sign in to comment.