From 650cfc5a677b45a4413da4cb26bbe8f6460514c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 11:43:38 +0000 Subject: [PATCH] build(deps): bump wasmtime-wasi-runtime-config from 25.0.1 to 25.0.2 Bumps [wasmtime-wasi-runtime-config](https://github.com/bytecodealliance/wasmtime) from 25.0.1 to 25.0.2. - [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.1...v25.0.2) --- updated-dependencies: - dependency-name: wasmtime-wasi-runtime-config 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 c8d3858..934753e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2158,9 +2158,9 @@ dependencies = [ [[package]] name = "wasmtime-wasi-runtime-config" -version = "25.0.1" +version = "25.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7963fe5405a594ca8cc730b0ac5da6b2a4a60f422f0debbb5ee8b69b267232d" +checksum = "023996b83998c7bf78a79d02c9465f1414dcb0ec6164dc9ac201a7c46bdf8d1b" dependencies = [ "anyhow", "wasmtime",