From 37bd1d95473045999cf525a7dd010b29f23f206c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 08:49:51 -0400 Subject: [PATCH] Update Rust crate rustix to v1 (#13168) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 07919dae9..18d7393f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5200,7 +5200,7 @@ dependencies = [ "junction", "path-slash", "percent-encoding", - "rustix 0.38.44", + "rustix 1.0.1", "same-file", "schemars", "serde", diff --git a/Cargo.toml b/Cargo.toml index c76463ac8..012cfefed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -146,7 +146,7 @@ rkyv = { version = "0.8.8", features = ["bytecheck"] } rmp-serde = { version = "1.3.0" } rust-netrc = { version = "0.1.2" } rustc-hash = { version = "2.0.0" } -rustix = { version = "0.38.37", default-features = false, features = ["fs", "std"] } +rustix = { version = "1.0.0", default-features = false, features = ["fs", "std"] } same-file = { version = "1.0.6" } schemars = { version = "0.8.21", features = ["url"] } seahash = { version = "4.1.0" }