From e49c8640b2778dde7a7147fd45d3dc4ba51a0a5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 16:52:26 +0000 Subject: [PATCH] fix(deps): update rust crate windows to 0.53.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 581aaae..08eefd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,4 @@ time = { version = "0.3.34", features = ["local-offset"] } tokio = { version = "1.36.0", features = ["full"] } serde = { version = "1.0.197", features = ["derive"] } clipboard-win = "5.2.0" -windows = { version = "0.52.0", features = ["Win32_Foundation", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_WindowsAndMessaging"] } +windows = { version = "0.53.0", features = ["Win32_Foundation", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_WindowsAndMessaging"] }