Skip to content

Commit

Permalink
Update Rust crate windows to 0.51.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 17, 2023
1 parent c5fedec commit b9b2381
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion UUID_Shellcode_Execution/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ author = "Furkan Ayar ( @frknayar )"

[dependencies]
bindings = { path = "bindings" }
windows = { version = "0.51.0" }
windows = { version = "0.51.1" }
winapi = {version = "0.3.9", features = ["heapapi","handleapi","winnls","winnt","rpcdce"]}
4 changes: 2 additions & 2 deletions UUID_Shellcode_Execution/bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.0.0"
edition = "2018"

[dependencies]
windows = "0.51.0"
windows = "0.51.1"

[build-dependencies]
windows = "0.51.0"
windows = "0.51.1"
2 changes: 1 addition & 1 deletion keyboard_hooking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ name = "keyboard_hooking"
path = "src/main.rs"

[dependencies]
windows = {version = "0.51.0", features = [
windows = {version = "0.51.1", features = [
"Win32_Foundation",
"Win32_UI_WindowsAndMessaging"]}

0 comments on commit b9b2381

Please sign in to comment.