Skip to content

Commit 0f158d6

Browse files
committed
runtime: Update wasmtime to 0.26
1 parent 4b58f0f commit 0f158d6

File tree

3 files changed

+49
-46
lines changed

3 files changed

+49
-46
lines changed

Cargo.lock

Lines changed: 47 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ url = "2.2.1"
5353
prometheus = "0.12.0"
5454
priority-queue = "0.7.0"
5555
futures03 = { version = "0.3.1", package = "futures", features = ["compat"] }
56-
wasmparser = "0.76.0"
56+
wasmparser = "0.77.0"
5757
thiserror = "1.0.24"
5858
parking_lot = "0.11.1"
5959

runtime/wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ strum = "0.20.0"
2020
strum_macros = "0.20.1"
2121
bytes = "1.0"
2222
anyhow = "1.0"
23-
wasmtime = "0.25.0"
23+
wasmtime = "0.26.0"
2424
defer = "0.1"
2525
never = "0.1"
2626

0 commit comments

Comments
 (0)