From a14374881a61ae215261ede17247f5a4018a8651 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 12:06:36 +0000 Subject: [PATCH] build(deps): bump wasmtime-wasi from 25.0.0 to 25.0.1 Bumps [wasmtime-wasi](https://github.com/bytecodealliance/wasmtime) from 25.0.0 to 25.0.1. - [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/v25.0.0...v25.0.1) --- updated-dependencies: - dependency-name: wasmtime-wasi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6af1889..7467ba2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2061,9 +2061,9 @@ dependencies = [ [[package]] name = "wasmtime-wasi" -version = "25.0.0" +version = "25.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f7155aadce49095eeced1a18634a443c8d8fdd2a23bb61f933774393a2c4acf" +checksum = "2cc26a3923937186f5a4a4fa44d9dd1a7a389bbb06f8bac03cde2d52aad3ace8" dependencies = [ "anyhow", "async-trait",