From 71ac2f2d8123dd38b847bb601240e12afe9e7c3f Mon Sep 17 00:00:00 2001 From: mihaid-b <90832132+mihaid-b@users.noreply.github.com> Date: Fri, 17 Jun 2022 10:38:13 +0300 Subject: [PATCH] Update Cargo.toml --- UUID_Shellcode_Execution/bindings/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UUID_Shellcode_Execution/bindings/Cargo.toml b/UUID_Shellcode_Execution/bindings/Cargo.toml index b89886b..3bbec93 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.21.1" +windows = "0.32.0" [build-dependencies] -windows = "0.21.1" +windows = "0.32.0"