From 8e32947db6a9ce43524c911a4eaad63c56ecc063 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 16:57:27 +0100 Subject: [PATCH] Update winsafe requirement from 0.0.22 to 0.0.23 (#3034) Updates the requirements on [winsafe](https://github.com/rodrigocfd/winsafe) to permit the latest version. - [Commits](https://github.com/rodrigocfd/winsafe/compare/v0.0.22...v0.0.23) --- updated-dependencies: - dependency-name: winsafe dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dominik Maier --- libafl_frida/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libafl_frida/Cargo.toml b/libafl_frida/Cargo.toml index d2d1344343..d202be0cfa 100644 --- a/libafl_frida/Cargo.toml +++ b/libafl_frida/Cargo.toml @@ -112,7 +112,7 @@ yaxpeax-x86 = "2.0.0" iced-x86 = { version = "1.21.0", features = ["code_asm"], optional = true } [target.'cfg(windows)'.dependencies] -winsafe = { version = "0.0.22", features = ["kernel"] } +winsafe = { version = "0.0.23", features = ["kernel"] } winapi = { version = "0.3", features = [ "processthreadsapi", "winnt",