From d150a8b5749f55639d98d54f209693bb58aad8ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 11:55:16 +0000 Subject: [PATCH] Update spin requirement from 0.10.0 to 0.11.0 Updates the requirements on [spin](https://github.com/zesterer/spin-rs) to permit the latest version. - [Changelog](https://github.com/zesterer/spin-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/zesterer/spin-rs/commits) --- updated-dependencies: - dependency-name: spin dependency-version: 0.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/libafl_asan/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/libafl_asan/Cargo.toml b/crates/libafl_asan/Cargo.toml index 69346f6d1b..38fb72c9d3 100644 --- a/crates/libafl_asan/Cargo.toml +++ b/crates/libafl_asan/Cargo.toml @@ -82,7 +82,7 @@ rustix = { version = "1.1.3", default-features = false, features = [ "process", "stdio", ], optional = true } -spin = { version = "0.10.0", default-features = false, features = [ +spin = { version = "0.11.0", default-features = false, features = [ "lazy", "mutex", "spin_mutex",