From 43ed89816d24df75e0b65bbbab9285f497d249a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 22:50:18 +0000 Subject: [PATCH] Update wasmtime requirement in /packages/wasm_run/native Updates the requirements on [wasmtime](https://github.com/bytecodealliance/wasmtime) to permit the latest version. - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-some-possible-changes.md) - [Commits](https://github.com/bytecodealliance/wasmtime/compare/v14.0.4...v15.0.1) --- updated-dependencies: - dependency-name: wasmtime dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/wasm_run/native/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/wasm_run/native/Cargo.toml b/packages/wasm_run/native/Cargo.toml index b12ba0e..bfb8677 100644 --- a/packages/wasm_run/native/Cargo.toml +++ b/packages/wasm_run/native/Cargo.toml @@ -19,7 +19,7 @@ rayon = "1.8.0" wasi-common = "14.0.4" cap-std = "2.0.0" -wasmtime = "14.0.4" +wasmtime = "15.0.1" wasmtime-wasi = "14.0.4" [features]