From f1764d210b1ef4e7a370eee8e3e9d1a6eb7cbf70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 04:17:10 +0000 Subject: [PATCH] Update rustix requirement from 0.35.7 to 0.36.1 Updates the requirements on [rustix](https://github.com/bytecodealliance/rustix) to permit the latest version. - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Commits](https://github.com/bytecodealliance/rustix/compare/v0.35.7...v0.36.1) --- updated-dependencies: - dependency-name: rustix dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c9898ac..3773d1b 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.1", features = ["termios"] } [target.'cfg(windows)'.dependencies.windows-sys] version = "0.42.0"