summaryrefslogtreecommitdiffstats
path: root/lib/core/libimagrt/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-05-29 12:34:47 +0200
committerMatthias Beyer <mail@beyermatthias.de>2019-05-29 18:39:25 +0200
commit1482f7032059c6a1df90380b5cc17998afaae93a (patch)
tree133d90dfe60ca7c6671ab3f1f32dab12130111cc /lib/core/libimagrt/Cargo.toml
parentb4e25df98a0c0625fc0721fa72fbbef6cf3176cf (diff)
Update dependency: toml: 0.4 -> 0.5
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
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 f0c09727..c1f07a00 100644
--- a/lib/core/libimagrt/Cargo.toml
+++ b/lib/core/libimagrt/Cargo.toml
@@ -21,7 +21,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
env_logger = "0.5"
-toml = "0.4"
+toml = "0.5"
xdg-basedir = "1.0"
itertools = "0.7"
ansi_term = "0.11"