diff --git a/UUID_Shellcode_Execution/Cargo.toml b/UUID_Shellcode_Execution/Cargo.toml index 061f850..59b6bca 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.21.1" } +windows = { version = "0.32.0" } winapi = {version = "0.3.9", features = ["heapapi","handleapi","winnls","winnt","rpcdce"]}