From 4f18833b35cbae5a416af7027603cd94f4ee8990 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 22:24:15 +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...v16.0.0) --- 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..f65a25c 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 = "16.0.0" wasmtime-wasi = "14.0.4" [features]