Update Rust crate rustix to v1 (#13168)

This commit is contained in:
renovate[bot] 2025-04-28 08:49:51 -04:00 committed by GitHub
parent f8f1b9c505
commit 37bd1d9547
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -5200,7 +5200,7 @@ dependencies = [
"junction", "junction",
"path-slash", "path-slash",
"percent-encoding", "percent-encoding",
"rustix 0.38.44", "rustix 1.0.1",
"same-file", "same-file",
"schemars", "schemars",
"serde", "serde",

View File

@ -146,7 +146,7 @@ rkyv = { version = "0.8.8", features = ["bytecheck"] }
rmp-serde = { version = "1.3.0" } rmp-serde = { version = "1.3.0" }
rust-netrc = { version = "0.1.2" } rust-netrc = { version = "0.1.2" }
rustc-hash = { version = "2.0.0" } 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" } same-file = { version = "1.0.6" }
schemars = { version = "0.8.21", features = ["url"] } schemars = { version = "0.8.21", features = ["url"] }
seahash = { version = "4.1.0" } seahash = { version = "4.1.0" }