From 1e9ef6e424eddc9dd994a53b55a30437887d383a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 15:02:30 +0000 Subject: [PATCH] build(deps): bump rustix from 1.0.7 to 1.0.8 Bumps [rustix](https://github.com/bytecodealliance/rustix) from 1.0.7 to 1.0.8. - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGES.md) - [Commits](https://github.com/bytecodealliance/rustix/compare/v1.0.7...v1.0.8) --- updated-dependencies: - dependency-name: rustix dependency-version: 1.0.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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"] }