summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-todo/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-05-31 13:35:44 +0200
committerMatthias Beyer <mail@beyermatthias.de>2020-05-31 18:03:26 +0200
commit4bc9232682e8f9cb6df40996218a377f41fbdefe (patch)
treeef0250229178f8de421b58673cfa8e76c525e41c /bin/domain/imag-todo/Cargo.toml
parent33a2c03ea8361ae61c162e307e10bc7266c1b249 (diff)
uuid: 0.7 -> 0.8
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'bin/domain/imag-todo/Cargo.toml')
-rw-r--r--bin/domain/imag-todo/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/domain/imag-todo/Cargo.toml b/bin/domain/imag-todo/Cargo.toml
index 7cd01880..ee5d7e50 100644
--- a/bin/domain/imag-todo/Cargo.toml
+++ b/bin/domain/imag-todo/Cargo.toml
@@ -51,7 +51,7 @@ version = "0.7.0"
optional = true
[dependencies.uuid]
-version = "0.7.4"
+version = "0.8"
features = ["v4"]
optional = true