From adb28d93a155d33c8d855d083529a73633787b91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 12:06:46 +0000 Subject: [PATCH] build(deps): bump wasmtime-wasi-keyvalue from 25.0.0 to 25.0.1 Bumps [wasmtime-wasi-keyvalue](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-keyvalue 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 7467ba2..cc135d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2114,9 +2114,9 @@ dependencies = [ [[package]] name = "wasmtime-wasi-keyvalue" -version = "25.0.0" +version = "25.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9378488d1e3b70fbc292d572c7c01453094f7c1f3395e2553a05d105c58dbc8d" +checksum = "17668d32603fa574417bc8c25353963364ac44f205610c811cfa89530f2138b5" dependencies = [ "anyhow", "wasmtime",