diff --git a/Cargo.toml b/Cargo.toml index ee8dbc6..167176d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ keywords = ["directx", "hacking", "games", "hook"] 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"] } thiserror = "1.0.37" -strum = "0.25.0" +strum = "0.26.2" strum_macros = "0.25.2" [features]