Skip to content

Commit 40a941b

Browse files
Update winsafe requirement from 0.0.24 to 0.0.25 (#3324)
Updates the requirements on [winsafe](https://github.com/rodrigocfd/winsafe) to permit the latest version. - [Commits](rodrigocfd/winsafe@v0.0.24...v0.0.25) --- updated-dependencies: - dependency-name: winsafe dependency-version: 0.0.25 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 8dba90e commit 40a941b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/libafl_frida/Cargo.toml

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

112112
[target.'cfg(windows)'.dependencies]
113-
winsafe = { version = "0.0.24", features = ["kernel"] }
113+
winsafe = { version = "0.0.25", features = ["kernel"] }
114114
winapi = { version = "0.3", features = [
115115
"processthreadsapi",
116116
"winnt",

0 commit comments

Comments
 (0)