From 167d25c3af4ce48e36f728a5e2d4c70ec5bd7e9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 15:17:17 +0200 Subject: [PATCH] Update winsafe requirement from 0.0.18 to 0.0.20 (#2186) Updates the requirements on [winsafe](https://github.com/rodrigocfd/winsafe) to permit the latest version. - [Commits](https://github.com/rodrigocfd/winsafe/compare/v0.0.18...v0.0.20) --- 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> --- 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 fb06651e3c..c203bf9d3e 100644 --- a/libafl_frida/Cargo.toml +++ b/libafl_frida/Cargo.toml @@ -84,7 +84,7 @@ bit_reverse = "0.1.8" yaxpeax-arch = "0.2.7" [target.'cfg(windows)'.dependencies] -winsafe = {version = "0.0.18", features = ["kernel"]} +winsafe = {version = "0.0.20", features = ["kernel"]} [dev-dependencies]