From 730ef23c57e813758a266ac2f1e48a137205ad76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 15:55:35 +0000 Subject: [PATCH] Update wasmtime requirement from 16.0.0 to 38.0.3 Updates the requirements on [wasmtime](https://github.com/bytecodealliance/wasmtime) to permit the latest version. - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v38.0.3/RELEASES.md) - [Commits](https://github.com/bytecodealliance/wasmtime/compare/v16.0.0...v38.0.3) --- updated-dependencies: - dependency-name: wasmtime dependency-version: 38.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2e1295db..fdb71ec2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,6 +48,6 @@ hyper = { version = "1.1.0", features = ["http1", "server"] } hyper-util = { version = "0.1.2", features = ["tokio"] } tokio = { version = "1.35.1", features = ["fs", "macros", "net", "process"] } tokio-util = "0.7.10" -wasmtime = "16.0.0" +wasmtime = "38.0.3" wasmtime-wasi = "16.0.0" wasi-common = "16.0.0"