From 2a82e9c40f1b349b4300a5adfa1e9e5ce4d745ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 14:27:21 +0200 Subject: [PATCH] Update winsafe requirement from 0.0.20 to 0.0.21 (#2268) Updates the requirements on [winsafe](https://github.com/rodrigocfd/winsafe) to permit the latest version. - [Commits](https://github.com/rodrigocfd/winsafe/compare/v0.0.20...v0.0.21) --- 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 1ce841c4ef..cd5e171f6d 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.20", features = ["kernel"]} +winsafe = {version = "0.0.21", features = ["kernel"]} [dev-dependencies]