From c075bdd5a586aca3c1fccb8a7a32672e34d6cb84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 02:53:54 +0000 Subject: [PATCH] Update rustix requirement from 0.38.18 to 1.0.5 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.18...v1.0.5) --- updated-dependencies: - dependency-name: rustix dependency-version: 1.0.5 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 9ff68c9..bcdf807 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ futures-io = { version = "0.3.28", default-features = false, features = ["std"] futures-lite = { version = "2.0.0", default-features = false } parking = "2.0.0" polling = "3.0.0" -rustix = { version = "0.38.18", default-features = false, features = ["fs", "net", "std"] } +rustix = { version = "1.0.5", default-features = false, features = ["fs", "net", "std"] } slab = "0.4.2" tracing = { version = "0.1.37", default-features = false }