summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNora <nora.widdecke@tu-bs.de>2019-02-04 23:02:29 +0100
committerNora <nora.widdecke@tu-bs.de>2019-02-04 23:02:29 +0100
commitc2c696b20b96cb2436891ee21c892d9d9e005e18 (patch)
treecec50200960fe6a483a0d8072ee264085ad0cc48 /Cargo.toml
parentd0cf0a35472b9d2905f94b95e8addbeec67d882e (diff)
bump dependency yansi to 0.5.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0f64d17..3ea33f6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ libc = "0.2.43"
chrono = "0.4"
itertools = "0.7.8"
log = "0.4.5"
-yansi = "0.4.0"
+yansi = "0.5.0"
indoc = "0.2.8"
stderrlog = "0.4"
atty = "0.2"