From fbe4940d4ee07f4350e59c561f9a2aecb013cdfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 05:57:26 +0000 Subject: [PATCH] chore(deps): update spin requirement from 0.10.0 to 0.12.0 Updates the requirements on spin to permit the latest version. --- updated-dependencies: - dependency-name: spin dependency-version: 0.12.0 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 36426f2a..c94c4751 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ serde = { version = "1.0", default-features = false } serde_json = "1.0.149" sha2 = { version = "0.11.0", default-features = false } sha3 = { version = "0.11.0", default-features = false } -spin = "0.10.0" +spin = "0.12.0" thiserror = { version = "2.0", default-features = false } tiny-keccak = "2.0.2" tracing = { version = "0.1.44", default-features = false, features = ["attributes"] }