From 92d63c71f1ff3cec74223c6e480375875a1ae64b Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Tue, 22 Oct 2019 14:44:45 -0700 Subject: [PATCH] Update crossterm to 0.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fe83e72..746172d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ version = "1.5.3" [dependencies.crossterm] optional = true -version = "0.11" +version = "0.12" [target.'cfg(unix)'.dependencies] signal-hook = "0.1.10"