Skip to content

Commit 815361a

Browse files
build(deps): bump wasmtime to 30.x (#125)
* build(deps): bump wasmtime to 30.x Signed-off-by: Fabrizio Sestito <fabrizio.sestito@suse.com> * chore: prepare to release wasmtime-provider 2.5.0 Signed-off-by: Fabrizio Sestito <fabrizio.sestito@suse.com> --------- Signed-off-by: Fabrizio Sestito <fabrizio.sestito@suse.com>
1 parent a26697e commit 815361a

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.4.0"
3+
version = "2.5.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 = "29.0", default-features = false, features = [
43+
wasmtime = { version = "30.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 = "29.0", optional = true }
69-
wasi-common = { version = "29.0", optional = true }
68+
wasmtime-wasi = { version = "30.0", optional = true }
69+
wasi-common = { version = "30.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)