summaryrefslogtreecommitdiffstats
path: root/lib/core/libimagrt/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-12-06 17:50:31 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-01-15 11:20:07 +0100
commitf209e124107e6290a23965db9d82661516e66790 (patch)
treea7eb8c531dae039a7f1dd2ba6fb9b2c8142d4e68 /lib/core/libimagrt/Cargo.toml
parent184a6882b7206d0f849d54ffc38392ff4c4cdd77 (diff)
Update dependency: log: 0.3.* -> 0.4.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 437b7f46..0348f4aa 100644
--- a/lib/core/libimagrt/Cargo.toml
+++ b/lib/core/libimagrt/Cargo.toml
@@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" }
clap = ">=2.17"
env_logger = "0.4"
toml = "0.4"
-log = "0.3"
+log = "0.4.0-rc.1"
xdg-basedir = "1.0"
itertools = "0.7"
ansi_term = "0.10"