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" }