diff --git a/Cargo.toml b/Cargo.toml index c9898ac..844a98d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" [target.'cfg(not(windows))'.dependencies] -rustix = { version = "0.35.7", features = ["termios"] } +rustix = { version = "0.36.2", features = ["termios"] } [target.'cfg(windows)'.dependencies.windows-sys] version = "0.42.0"