diff --git a/Cargo.toml b/Cargo.toml index 2e7f3349..86da6a6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ indicatif = "0.17.0" fn-error-context = "0.2.1" libc = "0.2.154" openssl = "0.10.33" -rustix = { "version" = "0.38.34", features = ["thread", "fs", "system", "process", "mount"] } +rustix = { "version" = "1.0.0", features = ["thread", "fs", "system", "process", "mount"] } serde = "1.0.199" serde_json = "1.0.116" similar-asserts = "1.5.0"