summaryrefslogtreecommitdiffstats
path: root/lib/core/libimagstore/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/libimagstore/Cargo.toml
parentb4e25df98a0c0625fc0721fa72fbbef6cf3176cf (diff)
Update dependency: toml: 0.4 -> 0.5
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'lib/core/libimagstore/Cargo.toml')
-rw-r--r--lib/core/libimagstore/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/core/libimagstore/Cargo.toml b/lib/core/libimagstore/Cargo.toml
index 61279358..8b18bf9f 100644
--- a/lib/core/libimagstore/Cargo.toml
+++ b/lib/core/libimagstore/Cargo.toml
@@ -24,7 +24,7 @@ glob = "0.2.11"
log = "0.4.0"
regex = "1"
semver = "0.9"
-toml = "0.4"
+toml = "0.5"
walkdir = "2"
is-match = "0.1"
serde = "1"