From 4572ef05b1b2ef1d926f07f8485ac4c0338ffdf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 04:51:52 +0000 Subject: [PATCH] Update rustix requirement from 0.38.15 to 1.0.2 Updates the requirements on [rustix](https://github.com/bytecodealliance/rustix) to permit the latest version. - [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/v0.38.15...v1.0.2) --- updated-dependencies: - dependency-name: rustix dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index db0c86d..8058266 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ futures-core = "0.3.26" [target.'cfg(unix)'.dependencies] async-io = "2.0.0" futures-io = "0.3.26" -rustix = { version = "0.38.15", default-features = false, features = ["process", "std"] } +rustix = { version = "1.0.2", default-features = false, features = ["process", "std"] } signal-hook-registry = "1.4.0" [target.'cfg(windows)'.dependencies]