From 695e46fac70c1d8c1d3a0ff7e55c2c5411a6fd56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 11:27:01 +0000 Subject: [PATCH] Update strum requirement from 0.25.0 to 0.26.2 --- updated-dependencies: - dependency-name: strum dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7a13328..823b783 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ keywords = ["directx", "hacking", "games", "hook"] 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" +strum = "0.26.2" strum_macros = "0.25.2" [features]