From 709a62a299f17b81ef4e6582a694f8d11d4b5d6e Mon Sep 17 00:00:00 2001 From: Kenny Kerr Date: Sat, 2 Dec 2023 04:45:56 -0600 Subject: [PATCH] Update `windows-sys` 0.52 (#265) * 52 * rustix --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2e23d04ca..81bcd2e60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,10 +21,10 @@ cfg-if = "1" fastrand = "2.0.0" [target.'cfg(any(unix, target_os = "wasi"))'.dependencies] -rustix = { version = "0.38.21", features = ["fs"] } +rustix = { version = "0.38.26", features = ["fs"] } [target.'cfg(windows)'.dependencies.windows-sys] -version = "0.48" +version = "0.52" features = [ "Win32_Storage_FileSystem", "Win32_Foundation",