From c418ca528511884d7adffca48a5466379785100c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 11:57:07 +0000 Subject: [PATCH] fix(deps): update rust crate spin to 0.10.0 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 76c4a50..3e4c515 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "alloq" @@ -33,9 +33,9 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "spin" -version = "0.9.8" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" +checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591" dependencies = [ "lock_api", ] diff --git a/Cargo.toml b/Cargo.toml index 6d62450..c98c6cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ statiq = [] system = [] [dependencies] -spin = "0.9.8" +spin = "0.10.0" [[bench]] name = "main"