From ccebb56a8375bf2905e4b4bded98fab8571570eb Mon Sep 17 00:00:00 2001 From: Florian Dehau Date: Tue, 4 Sep 2018 22:00:45 +0200 Subject: [PATCH] chore(Cargo): update dependencies --- Cargo.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 86894d2f..4b706eb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,20 +18,20 @@ travis-ci = { repository = "fdehau/tui-rs" } default = ["termion"] [dependencies] -bitflags = "1.0.1" -cassowary = "0.3.0" -itertools = "0.7.8" -log = "0.4.1" -either = "1.5.0" -unicode-segmentation = "1.2.0" -unicode-width = "0.1.4" -termion = { version = "1.5.1", optional = true } -rustbox = { version = "0.11.0", optional = true } +bitflags = "1.0" +cassowary = "0.3" +itertools = "0.7" +log = "0.4" +either = "1.5" +unicode-segmentation = "1.2" +unicode-width = "0.1" +termion = { version = "1.5", optional = true } +rustbox = { version = "0.11", optional = true } crossterm = { version = "0.4", optional = true } [dev-dependencies] -stderrlog = "0.3.0" -rand = "0.4.2" +stderrlog = "0.4" +rand = "0.4" [[example]] name = "rustbox"