From 1bcd63db40ba39cd4e631e380f920c84ff8cce4a Mon Sep 17 00:00:00 2001 From: Matilde Morrone Date: Fri, 7 Mar 2025 16:24:48 +0100 Subject: [PATCH] Update rustix to 1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cb15c64..9fa3bd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ rust-version = "1.63" [target.'cfg(unix)'.dependencies] -rustix = { version = "0.38.0", features = ["termios"] } +rustix = { version = "1.0.1", features = ["termios"] } [target.'cfg(windows)'.dependencies.windows-sys] version = "0.59.0"