From 66b4bd831609e7f25df4e27cef5bb66fb95e0ec8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 12:08:30 +0000 Subject: [PATCH] build(deps): bump wasmtime-wasi-runtime-config from 25.0.2 to 25.0.3 Bumps [wasmtime-wasi-runtime-config](https://github.com/bytecodealliance/wasmtime) from 25.0.2 to 25.0.3. - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/contributing-release-process.md) - [Commits](https://github.com/bytecodealliance/wasmtime/compare/v25.0.2...v25.0.3) --- 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 db878af..ac1b249 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2188,9 +2188,9 @@ dependencies = [ [[package]] name = "wasmtime-wasi-runtime-config" -version = "25.0.2" +version = "25.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "023996b83998c7bf78a79d02c9465f1414dcb0ec6164dc9ac201a7c46bdf8d1b" +checksum = "3c79e8717b5f8a762ca588d76112dbb3927f76232fc31030af961bdbe5fce296" dependencies = [ "anyhow", "wasmtime",