Skip to content

Commit 6b06531

Browse files
Update Rust crate windows to 0.60.0 (#281)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b7b04ae commit 6b06531

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

UUID_Shellcode_Execution/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ author = "Furkan Ayar ( @frknayar )"
77

88
[dependencies]
99
bindings = { path = "bindings" }
10-
windows = { version = "0.59.0" }
10+
windows = { version = "0.60.0" }
1111
winapi = {version = "0.3.9", features = ["heapapi","handleapi","winnls","winnt","rpcdce"]}

UUID_Shellcode_Execution/bindings/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
edition = "2018"
55

66
[dependencies]
7-
windows = "0.59.0"
7+
windows = "0.60.0"
88

99
[build-dependencies]
10-
windows = "0.59.0"
10+
windows = "0.60.0"

keyboard_hooking/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ name = "keyboard_hooking"
99
path = "src/main.rs"
1010

1111
[dependencies]
12-
windows = {version = "0.59.0", features = [
12+
windows = {version = "0.60.0", features = [
1313
"Win32_Foundation",
1414
"Win32_UI_WindowsAndMessaging"]}

0 commit comments

Comments
 (0)