summaryrefslogtreecommitdiffstats
path: root/lib/core/libimagrt/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-12-07 22:07:01 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-01-15 11:20:27 +0100
commitc45130ddd07ac182d729bbb81e75d4ad2f2dfcac (patch)
tree614bc1c5406b231fa5d451159f03350a680a0a86 /lib/core/libimagrt/Cargo.toml
parent0aba7d2939721db65fbe3f2ab912a4de73d0eb67 (diff)
env_logger: 0.4.* -> 0.5.0-rc.1
Diffstat (limited to 'lib/core/libimagrt/Cargo.toml')
-rw-r--r--lib/core/libimagrt/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/core/libimagrt/Cargo.toml b/lib/core/libimagrt/Cargo.toml
index ab189208..fe019acd 100644
--- a/lib/core/libimagrt/Cargo.toml
+++ b/lib/core/libimagrt/Cargo.toml
@@ -21,7 +21,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
clap = ">=2.17"
-env_logger = "0.4"
+env_logger = "0.5.0-rc.1"
toml = "0.4"
xdg-basedir = "1.0"
itertools = "0.7"