From 0ed02019c541abe7f511b9f22e3252303df311a0 Mon Sep 17 00:00:00 2001 From: rhysd Date: Tue, 31 Jan 2023 10:59:40 +0900 Subject: [PATCH] chore: bump crossterm to 0.26 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fada5c3..187b9d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ cassowary = "0.3" unicode-segmentation = "1.2" unicode-width = "0.1" termion = { version = "1.5", optional = true } -crossterm = { version = "0.25", optional = true } +crossterm = { version = "0.26", optional = true } serde = { version = "1", optional = true, features = ["derive"]} [dev-dependencies]