From 8c5858e36b5da21b2e49acbe5cbfb7ea095735b6 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 6 Nov 2019 15:58:27 -0500 Subject: bump deps --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 75d4ea5..9633a9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ bytes = "0.4" clap = { version = "2", features = ["wrap_help"] } component-future = "0.1" config = { version = "0.9", features = ["toml"], default_features = false } -crossterm = { version = "0.11", features = ["terminal", "input", "screen"], default_features = false } +crossterm = { version = "0.13", features = ["terminal", "input", "screen"], default_features = false } directories = "2" env_logger = "0.7" futures = "0.1.29" -- cgit v1.2.3-54-g00ecf