From 5db895dcbfe06cfeb80aa63b58915a94396b2012 Mon Sep 17 00:00:00 2001 From: Valentin271 <36198422+Valentin271@users.noreply.github.com> Date: Mon, 8 Jan 2024 11:38:41 +0100 Subject: [PATCH] chore(deps): update termion to v3.0 (#767) See Termion changelog at https://gitlab.redox-os.org/redox-os/termion#200-to-300-guide --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 63cd7b6a..4c73e30b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ rust-version = "1.70.0" [dependencies] crossterm = { version = "0.27", optional = true } -termion = { version = "2.0", optional = true } +termion = { version = "3.0", optional = true } termwiz = { version = "0.20.0", optional = true } serde = { version = "1", optional = true, features = ["derive"] }