From 299c848359fcaf25deb1d397c616b6028d9b8394 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 16:21:31 +0000 Subject: [PATCH] Update spin requirement from 0.9.2 to 0.10.0 in /lib/vibrio --- updated-dependencies: - dependency-name: spin dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lib/vibrio/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vibrio/Cargo.toml b/lib/vibrio/Cargo.toml index a4ef8c5b2..2ecbf6bb6 100644 --- a/lib/vibrio/Cargo.toml +++ b/lib/vibrio/Cargo.toml @@ -19,7 +19,7 @@ log = "0.4" x86 = { version = "0.52", features = ["unstable"] } slabmalloc = "0.10" rawtime = "0.0.10" -spin = "0.9.2" +spin = "0.10.0" cstr_core = { version = "0.2.3", default-features = false , features = ["alloc"] } hashbrown = { version = "0.11.2", optional = true } lazy_static = { version = "1.3", features = ["spin_no_std"] }