summaryrefslogtreecommitdiffstats
path: root/lib/core/libimagrt/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-01-09 18:23:36 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-01-15 11:22:09 +0100
commit8d9c7dce4f6be3fd4dd6d2e68b2e109802dade8e (patch)
tree7c0d5d71353bf991c56e69c364e70deb0d659a39 /lib/core/libimagrt/Cargo.toml
parent635d000344b8920f99a12f5aea85f89b16bb86a5 (diff)
env_logger: 0.5.0-rc.1 -> 0.5.0-rc.2
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 fe019acd..977eadef 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.5.0-rc.1"
+env_logger = "0.5.0-rc.2"
toml = "0.4"
xdg-basedir = "1.0"
itertools = "0.7"