From 2a47fadeacdef257f344fbb3ba4ed91bc05895fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 13:09:21 +0000 Subject: [PATCH] Update syscalls requirement from 0.7.0 to 0.8.1 Updates the requirements on [syscalls](https://github.com/jasonwhite/syscalls) to permit the latest version. - [Changelog](https://github.com/jasonwhite/syscalls/blob/main/CHANGELOG.md) - [Commits](https://github.com/jasonwhite/syscalls/compare/0.7.0...0.8.1) --- updated-dependencies: - dependency-name: syscalls dependency-version: 0.8.1 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 fe31bfc338..d6c74020e1 100644 --- a/crates/libafl_asan/Cargo.toml +++ b/crates/libafl_asan/Cargo.toml @@ -88,7 +88,7 @@ spin = { version = "0.10.0", default-features = false, features = [ "mutex", "spin_mutex", ] } -syscalls = { version = "0.7.0", default-features = false, optional = true } +syscalls = { version = "0.8.1", default-features = false, optional = true } thiserror = { version = "2.0.16", default-features = false } ahash = { workspace = true, default-features = false } hashbrown = { workspace = true, default-features = false }