Skip to content

Commit 388edc0

Browse files
authored
chore(deps): update wasmtime (#119)
Update to latest stable release of wasmtime Signed-off-by: Flavio Castelli <fcastelli@suse.com>
1 parent 100d2be commit 388edc0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

crates/wasmtime-provider/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasmtime-provider"
3-
version = "2.3.1"
3+
version = "2.4.0"
44
authors = [
55
"Kevin Hoffman <alothien@gmail.com>",
66
"Jarrod Overson <jsoverson@gmail.com>",
@@ -40,7 +40,7 @@ async = [
4040
[dependencies]
4141
wapc = { path = "../wapc", version = "2.1.0" }
4242
log = "0.4"
43-
wasmtime = { version = "28.0", default-features = false, features = [
43+
wasmtime = { version = "29.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 = "28.0", optional = true }
69-
wasi-common = { version = "28.0", optional = true }
68+
wasmtime-wasi = { version = "29.0", optional = true }
69+
wasi-common = { version = "29.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)