From 71d556ad48a1a5ef5412a78f4b1dc663f40d8e39 Mon Sep 17 00:00:00 2001 From: Joshua Potts <8704475+iamjpotts@users.noreply.github.com> Date: Wed, 30 Aug 2023 22:28:22 -0500 Subject: [PATCH] Upgrade windows-sys from 0.42 to 0.48 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1731dc5..30d69a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ time = { version = "^0.3.16", features = ["formatting", "local-offset", "macros" colored = { version = "2", optional = true } [target.'cfg(windows)'.dependencies] -windows-sys = { version = "^0.42.0", features = ["Win32_System_Console", "Win32_Foundation"] } +windows-sys = { version = "^0.48.0", features = ["Win32_System_Console", "Win32_Foundation"] } [[example]] name = "colors"