Skip to content

Commit 8e32947

Browse files
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](rodrigocfd/winsafe@v0.0.22...v0.0.23) --- updated-dependencies: - dependency-name: winsafe dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dominik Maier <domenukk@gmail.com>
1 parent d67296f commit 8e32947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libafl_frida/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ yaxpeax-x86 = "2.0.0"
112112
iced-x86 = { version = "1.21.0", features = ["code_asm"], optional = true }
113113

114114
[target.'cfg(windows)'.dependencies]
115-
winsafe = { version = "0.0.22", features = ["kernel"] }
115+
winsafe = { version = "0.0.23", features = ["kernel"] }
116116
winapi = { version = "0.3", features = [
117117
"processthreadsapi",
118118
"winnt",

0 commit comments

Comments
 (0)