diff --git a/Cargo.toml b/Cargo.toml index 7da1b34..8f15c8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] include-wasm-rs = "0.2.0" -wasmtime = "22.0" +wasmtime = "26.0" [dev-dependencies] criterion = { version = "0.5", default-features = false }