From 86aa6a51f2d249ea150f6c8d5f028c4627a980cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 04:15:25 +0000 Subject: [PATCH] Update rustix requirement from 0.38.15 to 1.0.3 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.3) --- 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..51fe865 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.3", default-features = false, features = ["process", "std"] } signal-hook-registry = "1.4.0" [target.'cfg(windows)'.dependencies]