From 2f48d86a1be08980168f91141b8b3d7efc9436ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 04:06:40 +0000 Subject: [PATCH] Update windows-sys requirement from 0.45.0 to 0.48.0 Updates the requirements on [windows-sys](https://github.com/microsoft/windows-rs) to permit the latest version. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/compare/0.45.0...0.48.0) --- updated-dependencies: - dependency-name: windows-sys 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 536971e..517a872 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["ansi", "windows", "console", "terminal", "color"] categories = ["command-line-interface", "os::windows-apis"] [target.'cfg(windows)'.dependencies] -windows-sys = { version = "0.45.0", features = [ +windows-sys = { version = "0.48.0", features = [ "Win32_Foundation", "Win32_Storage_FileSystem", "Win32_Security",