From b0976ad6b796181cb5d4bdf629c6c1e45f321200 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 23:28:30 +0000 Subject: [PATCH] chore(deps): bump spin from 0.12.1 to 0.12.2 Bumps [spin](https://github.com/mvdnes/spin-rs) from 0.12.1 to 0.12.2. - [Changelog](https://github.com/zesterer/spin-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/mvdnes/spin-rs/commits) --- updated-dependencies: - dependency-name: spin dependency-version: 0.12.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 922dac311..88e482c17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1565,7 +1565,7 @@ dependencies = [ "quickcheck", "rand 0.10.2", "smallvec", - "spin 0.12.1", + "spin 0.12.2", "thiserror", "tracing", "tracing-core", @@ -1634,7 +1634,7 @@ dependencies = [ "hyperlight-libc", "linkme", "log", - "spin 0.12.1", + "spin 0.12.2", "tracing", ] @@ -1653,7 +1653,7 @@ name = "hyperlight-guest-tracing" version = "0.16.0" dependencies = [ "hyperlight-common", - "spin 0.12.1", + "spin 0.12.2", "tracing", "tracing-core", ] @@ -3582,9 +3582,9 @@ checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591" [[package]] name = "spin" -version = "0.12.1" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd5231412d905519dca6a5deb0327d407be68d6c941feec004533401d3a0a715" +checksum = "8abadc99fd9c7bbb7d0ca2b31d72a067d0c0dcd7aad25ab8cac71ba91417694b" dependencies = [ "lock_api", ]