diff --git a/Cargo.lock b/Cargo.lock index 5dd423f..93ab7e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -663,15 +663,15 @@ checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f" [[package]] name = "rustix" -version = "1.0.7" +version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266" +checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8" dependencies = [ "bitflags", "errno", "libc", "linux-raw-sys", - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 6bb5289..822a54f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ terminal_size = "0.4.2" unicode-width = "0.2.1" [target."cfg(unix)".dependencies] -rustix = { version = "1.0.7", features = ["fs"] } +rustix = { version = "1.0.8", features = ["fs"] } [target."cfg(windows)".dependencies] winsafe = { version = "0.0.24", features = ["kernel"] }