diff --git a/libazureinit/Cargo.toml b/libazureinit/Cargo.toml index 59c90606..6188839d 100644 --- a/libazureinit/Cargo.toml +++ b/libazureinit/Cargo.toml @@ -16,7 +16,7 @@ thiserror = "2.0.3" tokio = { version = "1", features = ["full"] } serde-xml-rs = "0.8.0" serde_json = "1.0.96" -rustix = { version = "0.38", features = ["fs", "process"] } +rustix = { version = "1.1", features = ["fs", "process"] } users = "0.11" block-utils = "0.11.1" tracing = "0.1.40"