From 4a70df4a5d7bf541bd0dbf4eb1a910e2c453cae5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 05:15:48 +0000 Subject: [PATCH] Bump the cargo group with 3 updates Updates the requirements on [wasi-common](https://github.com/bytecodealliance/wasmtime), [wasmtime](https://github.com/bytecodealliance/wasmtime) and [wasmtime-wasi](https://github.com/bytecodealliance/wasmtime) to permit the latest version. Updates `wasi-common` to 28.0.0 - [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) Updates `wasmtime` to 28.0.0 - [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) Updates `wasmtime-wasi` to 28.0.0 - [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: wasi-common dependency-type: direct:production dependency-group: cargo - dependency-name: wasmtime dependency-type: direct:production dependency-group: cargo - dependency-name: wasmtime-wasi dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bdce5b5..6c0fa2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,6 @@ log = "0.4.22" thiserror = "2.0.5" tokio = { version = "1.42.0", features = ["io-util", "rt", "macros"] } tokio-stream = "0.1.17" -wasi-common = "27.0.0" -wasmtime = { version = "27.0.0", features = ["async", "cache"] } -wasmtime-wasi = "27.0.0" +wasi-common = "28.0.0" +wasmtime = { version = "28.0.0", features = ["async", "cache"] } +wasmtime-wasi = "28.0.0"