From a3dd0aa8825557d0c47fa964b44a75cb76d50950 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 07:11:29 +0000 Subject: [PATCH] fix(security/medium/crates/augurs-prophet): update rust crate wasmtime to v46 [security] | datasource | package | from | to | | ---------- | -------- | ------ | ------ | | crate | wasmtime | 42.0.2 | 46.0.2 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- crates/augurs-prophet/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/augurs-prophet/Cargo.toml b/crates/augurs-prophet/Cargo.toml index b872f935..4f0f946a 100644 --- a/crates/augurs-prophet/Cargo.toml +++ b/crates/augurs-prophet/Cargo.toml @@ -39,7 +39,7 @@ tempfile = { version = "3.13.0", optional = true } thiserror.workspace = true tracing.workspace = true ureq = { version = "3.0.0", optional = true } -wasmtime = { version = "42.0.2", features = [ +wasmtime = { version = "46.0.2", features = [ "runtime", "component-model", ], optional = true }