From d75e171c8a86b86d4c85018fb506d867bb2eb8d5 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 29 Mar 2023 05:31:09 -0700 Subject: [PATCH] Update to rustix 0.37. terminal-size doesn't need any code changes to update to rustix 0.37. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 072d480..b6ebe39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" [target.'cfg(not(windows))'.dependencies] -rustix = { version = "0.36.3", features = ["termios"] } +rustix = { version = "0.37.0", features = ["termios"] } [target.'cfg(windows)'.dependencies.windows-sys] version = "0.45.0"