Skip to content

Commit

Permalink
chore(deps): updates wasmtime. (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanz authored Dec 27, 2024
1 parent 1273b9a commit a6ff2fc
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 @@ -40,7 +40,7 @@ async = [
[dependencies]
wapc = { path = "../wapc", version = "2.1.0" }
log = "0.4"
wasmtime = { version = "27.0", default-features = false, features = [
wasmtime = { version = "28.0", default-features = false, features = [
'cache',
'gc',
'gc-drc',
Expand All @@ -65,8 +65,8 @@ cfg-if = "1.0.0"
parking_lot = "0.12"
serde = { version = "1.0", features = ["derive"] }
# feature = wasi
wasmtime-wasi = { version = "27.0", optional = true }
wasi-common = { version = "27.0", optional = true }
wasmtime-wasi = { version = "28.0", optional = true }
wasi-common = { version = "28.0", optional = true }
cap-std = { version = "3.4", optional = true }
async-trait = { version = "0.1", optional = true }
tokio = { version = "1", optional = true, default-features = false, features = [
Expand Down

0 comments on commit a6ff2fc

Please sign in to comment.