From 236908aa74ed1c02c3a21ba9548fe4ae5ea76d89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 06:45:12 +0000 Subject: [PATCH] chore(deps): update wasmtime-wasi requirement from 27 to 28 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/v28.0.0/RELEASES.md) - [Commits](https://github.com/bytecodealliance/wasmtime/compare/v27.0.0...v28.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 f8a128c9..6fa7542b 100644 --- a/crates/augurs-prophet/Cargo.toml +++ b/crates/augurs-prophet/Cargo.toml @@ -44,7 +44,7 @@ wasmtime = { version = "27", features = [ "runtime", "component-model", ], optional = true } -wasmtime-wasi = { version = "27", optional = true } +wasmtime-wasi = { version = "28", optional = true } zip = { version = "2.2.0", optional = true } [dev-dependencies]