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",