From d8865af5595e5cfb168f51451fd2ae26e6a673f4 Mon Sep 17 00:00:00 2001 From: Florian Dehau Date: Sun, 21 May 2017 14:01:53 +0200 Subject: [PATCH] Update dependencies --- .gitignore | 1 + Cargo.toml | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4c01c9a..ff271f7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ target Cargo.lock *.log +*.rs.rustfmt .gdb_history diff --git a/Cargo.toml b/Cargo.toml index 760ab02..8239cb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,11 +15,11 @@ default = ["rustbox", "termion"] [dependencies] bitflags = "0.7.0" -cassowary = "0.2.0" -log = "0.3.6" +cassowary = "0.2.1" +log = "0.3.7" unicode-segmentation = "0.1.3" unicode-width = "0.1.4" -termion = { version = "1.1.4", optional = true } +termion = { version = "1.3.0", optional = true } rustbox = { version = "0.9.0", optional = true } [dev-dependencies]