Skip to content

Commit

Permalink
Merge pull request #9 from ohchase/dependabot/cargo/windows-0.56.0
Browse files Browse the repository at this point in the history
Update windows requirement from 0.51.1 to 0.56.0
  • Loading branch information
ohchase authored Apr 27, 2024
2 parents 53190f4 + 7724df4 commit ed33921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ documentation = "https://docs.rs/crate/shroud/latest"
keywords = ["directx", "hacking", "games", "hook"]

[dependencies]
windows = { version = "0.51.1", features = ["Win32_Foundation", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_LibraryLoader", "Win32_UI_WindowsAndMessaging", "Win32_Graphics_Gdi", "Win32_UI_Input_KeyboardAndMouse", "Win32_Graphics_Direct3D", "Win32_Graphics_Dxgi_Common"] }
windows = { version = "0.56.0", features = ["Win32_Foundation", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_LibraryLoader", "Win32_UI_WindowsAndMessaging", "Win32_Graphics_Gdi", "Win32_UI_Input_KeyboardAndMouse", "Win32_Graphics_Direct3D", "Win32_Graphics_Dxgi_Common"] }
thiserror = "1.0.37"

strum = "0.25.0"
Expand Down

0 comments on commit ed33921

Please sign in to comment.