From 5c97afde4e6b250ba82e8fb58f9e02b73027f7b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 02:42:18 +0000 Subject: [PATCH] chore(deps)(deps): update wasmtime requirement from 36.0 to 46.0 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/main/RELEASES.md) - [Commits](https://github.com/bytecodealliance/wasmtime/compare/v36.0.0...v46.0.0) --- updated-dependencies: - dependency-name: wasmtime dependency-version: 45.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/octo-network/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/octo-network/Cargo.toml b/crates/octo-network/Cargo.toml index 00048da2..75dd5456 100644 --- a/crates/octo-network/Cargo.toml +++ b/crates/octo-network/Cargo.toml @@ -20,7 +20,7 @@ ed25519-dalek = { version = "2.1", features = ["serde"] } x25519-dalek = { version = "2.0", features = ["static_secrets"] } chacha20poly1305 = "0.10" libloading = "0.8" -wasmtime = { version = "36.0", optional = true } +wasmtime = { version = "46.0", optional = true } # Mission 0850p-d: nonce generation for DcOrchestrator rand = "0.9"