From ed0ae81aaef466400e9616826d43bed0c2951b81 Mon Sep 17 00:00:00 2001 From: Atk Date: Sun, 24 Apr 2022 13:47:54 +0100 Subject: [PATCH] chore: update crossterm to v0.23 (#598) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c4a847f..99be52d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ cassowary = "0.3" unicode-segmentation = "1.2" unicode-width = "0.1" termion = { version = "1.5", optional = true } -crossterm = { version = "0.22", optional = true } +crossterm = { version = "0.23", optional = true } serde = { version = "1", optional = true, features = ["derive"]} [dev-dependencies]