From 57a15714456f52e3d35a34f85ac337f82c7c2598 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 06:24:18 +0000 Subject: [PATCH] chore(deps): update wasmtime-wasi requirement from 26 to 27 Updates the requirements on [wasmtime-wasi](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/v27.0.0/RELEASES.md) - [Commits](https://github.com/bytecodealliance/wasmtime/compare/v26.0.0...v27.0.0) --- updated-dependencies: - dependency-name: wasmtime-wasi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/augurs-prophet/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/augurs-prophet/Cargo.toml b/crates/augurs-prophet/Cargo.toml index 76dd496c..9eaa717b 100644 --- a/crates/augurs-prophet/Cargo.toml +++ b/crates/augurs-prophet/Cargo.toml @@ -43,7 +43,7 @@ wasmtime = { version = "26", features = [ "runtime", "component-model", ], optional = true } -wasmtime-wasi = { version = "26", optional = true } +wasmtime-wasi = { version = "27", optional = true } zip = { version = "2.2.0", optional = true } [dev-dependencies]