diff --git a/UUID_Shellcode_Execution/Cargo.toml b/UUID_Shellcode_Execution/Cargo.toml index ece9773..7f22f5e 100644 --- a/UUID_Shellcode_Execution/Cargo.toml +++ b/UUID_Shellcode_Execution/Cargo.toml @@ -7,5 +7,5 @@ author = "Furkan Ayar ( @frknayar )" [dependencies] bindings = { path = "bindings" } -windows = { version = "0.59.0" } +windows = { version = "0.60.0" } winapi = {version = "0.3.9", features = ["heapapi","handleapi","winnls","winnt","rpcdce"]} diff --git a/UUID_Shellcode_Execution/bindings/Cargo.toml b/UUID_Shellcode_Execution/bindings/Cargo.toml index c8b4932..8b40681 100644 --- a/UUID_Shellcode_Execution/bindings/Cargo.toml +++ b/UUID_Shellcode_Execution/bindings/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.0" edition = "2018" [dependencies] -windows = "0.59.0" +windows = "0.60.0" [build-dependencies] -windows = "0.59.0" +windows = "0.60.0" diff --git a/keyboard_hooking/Cargo.toml b/keyboard_hooking/Cargo.toml index 8ce07d2..9e58418 100644 --- a/keyboard_hooking/Cargo.toml +++ b/keyboard_hooking/Cargo.toml @@ -9,6 +9,6 @@ name = "keyboard_hooking" path = "src/main.rs" [dependencies] -windows = {version = "0.59.0", features = [ +windows = {version = "0.60.0", features = [ "Win32_Foundation", "Win32_UI_WindowsAndMessaging"]} \ No newline at end of file