From d8abe8772f8dbaf6b189feee4b0ab3dc507471ed Mon Sep 17 00:00:00 2001 From: Kenny Kerr Date: Fri, 17 Nov 2023 09:23:08 -0600 Subject: [PATCH 1/2] 52 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2e23d04ca..f7315e880 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ fastrand = "2.0.0" rustix = { version = "0.38.21", features = ["fs"] } [target.'cfg(windows)'.dependencies.windows-sys] -version = "0.48" +version = "0.52" features = [ "Win32_Storage_FileSystem", "Win32_Foundation", From d4c321d4fad7ce3efdf6fc59e75554905f7f1956 Mon Sep 17 00:00:00 2001 From: Kenny Kerr Date: Fri, 1 Dec 2023 11:22:11 -0600 Subject: [PATCH 2/2] rustix --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f7315e880..81bcd2e60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ 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.52"