From a87fc00ae021d89c22e78164e86e2291443d252a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 20:06:46 +0000 Subject: [PATCH] Update windows-sys requirement from 0.45 to 0.48 (#11) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index da1e8da..18610ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,14 +25,14 @@ serde = { version = "1.0", optional = true } uniquote = { version = "3.2", optional = true } [target.'cfg(windows)'.dependencies] -windows-sys = { version = "0.45", features = ["Win32_Storage_FileSystem"] } +windows-sys = { version = "0.48", features = ["Win32_Storage_FileSystem"] } [dev-dependencies] bincode = "1.3" tempfile = "3.2" [target.'cfg(windows)'.dev-dependencies] -windows-sys = { version = "0.45", features = ["Win32_Foundation"] } +windows-sys = { version = "0.48", features = ["Win32_Foundation"] } [target.'cfg(not(windows))'.dev-dependencies] libc = "0.2"