summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurent Arnoud <laurent@spkdev.net>2019-01-17 18:31:32 +0100
committerLaurent Arnoud <laurent@spkdev.net>2019-01-17 18:31:32 +0100
commitf2d1c28417228af10f33c5b767f2bd6f0a399238 (patch)
tree7309881aab50ba364de393fd691d8f6fe659504b /Cargo.toml
parent058b4a57bdb1e25cbdacc0fbd1eefc09bc5f1e95 (diff)
Update env logger to 0.6 (no change needed)
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 c321b62..51ee4ce 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@ path = "src/exa.rs"
[dependencies]
ansi_term = "0.11"
datetime = "0.4.7"
-env_logger = "0.5"
+env_logger = "0.6"
glob = "0.2"
lazy_static = "1"
libc = "0.2.9"