From 6e0721dbbcdc546bad6773ae413d59c8bc88fbec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 07:00:56 +0000 Subject: [PATCH] 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] --- crates/bevy_platform/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/bevy_platform/Cargo.toml b/crates/bevy_platform/Cargo.toml index 05d5df9798f2e..7d9ad82a40ebe 100644 --- a/crates/bevy_platform/Cargo.toml +++ b/crates/bevy_platform/Cargo.toml @@ -61,7 +61,7 @@ web = [ [dependencies] critical-section = { version = "1.2.0", default-features = false, optional = true } -spin = { version = "0.10.0", default-features = false, features = [ +spin = { version = "0.12.0", default-features = false, features = [ "mutex", "spin_mutex", "rwlock", @@ -90,7 +90,7 @@ wasm-bindgen = { version = "0.2", default-features = false, optional = true } portable-atomic = { version = "1", default-features = false, features = [ "fallback", ] } -spin = { version = "0.10.0", default-features = false, features = [ +spin = { version = "0.12.0", default-features = false, features = [ "portable-atomic", ] }