From e3544510907abc3b5383289bde3dcd85a2971217 Mon Sep 17 00:00:00 2001 From: Platform Engineering Bot Date: Fri, 7 Mar 2025 20:25:58 +0000 Subject: [PATCH] fix(deps): update all dependencies Signed-off-by: Platform Engineering Bot --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"