summaryrefslogtreecommitdiffstats
path: root/bin/core/imag-view/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 /bin/core/imag-view/Cargo.toml
parent184a6882b7206d0f849d54ffc38392ff4c4cdd77 (diff)
Update dependency: log: 0.3.* -> 0.4.0-rc.1
Diffstat (limited to 'bin/core/imag-view/Cargo.toml')
-rw-r--r--bin/core/imag-view/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/core/imag-view/Cargo.toml b/bin/core/imag-view/Cargo.toml
index 0b78fd71..4a0b5301 100644
--- a/bin/core/imag-view/Cargo.toml
+++ b/bin/core/imag-view/Cargo.toml
@@ -21,7 +21,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
clap = ">=2.17"
-log = "0.3"
+log = "0.4.0-rc.1"
toml = "0.4"
toml-query = "0.6"
handlebars = "0.29.0"