Skip to content

Commit a6ff2fc

Browse files
authored
chore(deps): updates wasmtime. (#115)
1 parent 1273b9a commit a6ff2fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/wasmtime-provider/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ async = [
4040
[dependencies]
4141
wapc = { path = "../wapc", version = "2.1.0" }
4242
log = "0.4"
43-
wasmtime = { version = "27.0", default-features = false, features = [
43+
wasmtime = { version = "28.0", default-features = false, features = [
4444
'cache',
4545
'gc',
4646
'gc-drc',
@@ -65,8 +65,8 @@ cfg-if = "1.0.0"
6565
parking_lot = "0.12"
6666
serde = { version = "1.0", features = ["derive"] }
6767
# feature = wasi
68-
wasmtime-wasi = { version = "27.0", optional = true }
69-
wasi-common = { version = "27.0", optional = true }
68+
wasmtime-wasi = { version = "28.0", optional = true }
69+
wasi-common = { version = "28.0", optional = true }
7070
cap-std = { version = "3.4", optional = true }
7171
async-trait = { version = "0.1", optional = true }
7272
tokio = { version = "1", optional = true, default-features = false, features = [

0 commit comments

Comments
 (0)