From 336057123935237168ab2904492a8d95f9e34e8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 22:04:08 +0000 Subject: [PATCH] build(deps): bump spin from 0.9.3 to 0.9.8 in /native/qrusty Bumps [spin](https://github.com/mvdnes/spin-rs) from 0.9.3 to 0.9.8. - [Changelog](https://github.com/mvdnes/spin-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/mvdnes/spin-rs/commits) --- updated-dependencies: - dependency-name: spin dependency-type: indirect ... Signed-off-by: dependabot[bot] --- native/qrusty/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/native/qrusty/Cargo.lock b/native/qrusty/Cargo.lock index b1dc77d..4a0657b 100644 --- a/native/qrusty/Cargo.lock +++ b/native/qrusty/Cargo.lock @@ -580,9 +580,9 @@ checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83" [[package]] name = "spin" -version = "0.9.3" +version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c530c2b0d0bf8b69304b39fe2001993e267461948b890cd037d8ad4293fa1a0d" +checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" dependencies = [ "lock_api", ]