From 24de2f8a96970d871330597dd719cef8f482e343 Mon Sep 17 00:00:00 2001 From: Florian Dehau Date: Sun, 14 Aug 2022 15:07:05 +0200 Subject: [PATCH] chore: bump crossterm to v0.25 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1816538..06e75be 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.23", optional = true } +crossterm = { version = "0.25", optional = true } serde = { version = "1", optional = true, features = ["derive"]} [dev-dependencies]