From 11d25d4c331989486632855aacbbc49bc29b469c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 16:21:25 +0000 Subject: [PATCH] Update spin requirement from 0.9 to 0.10 in /lib/lineup --- updated-dependencies: - dependency-name: spin dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lib/lineup/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lineup/Cargo.toml b/lib/lineup/Cargo.toml index c6e0f6d87..9953abd64 100644 --- a/lib/lineup/Cargo.toml +++ b/lib/lineup/Cargo.toml @@ -16,7 +16,7 @@ rawtime = "0.0.10" backtracer_core = "0.0.7" x86 = { version = "0.52", features = ["unstable"] } log = "0.4.6" -spin = "0.9" +spin = "0.10" arr_macro = "0.1" [features]