summaryrefslogtreecommitdiffstats
path: root/bin
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
parent33a2c03ea8361ae61c162e307e10bc7266c1b249 (diff)
uuid: 0.7 -> 0.8
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'bin')
-rw-r--r--bin/domain/imag-bookmark/Cargo.toml2
-rw-r--r--bin/domain/imag-contact/Cargo.toml2
-rw-r--r--bin/domain/imag-todo/Cargo.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/domain/imag-bookmark/Cargo.toml b/bin/domain/imag-bookmark/Cargo.toml
index f7146822..565b6a3e 100644
--- a/bin/domain/imag-bookmark/Cargo.toml
+++ b/bin/domain/imag-bookmark/Cargo.toml
@@ -43,7 +43,7 @@ default-features = false
features = ["color", "suggestions", "wrap_help"]
[dependencies.uuid]
-version = "0.7"
+version = "0.8"
default-features = false
features = ["serde", "v4"]
diff --git a/bin/domain/imag-contact/Cargo.toml b/bin/domain/imag-contact/Cargo.toml
index 1bfa66a0..9427c42e 100644
--- a/bin/domain/imag-contact/Cargo.toml
+++ b/bin/domain/imag-contact/Cargo.toml
@@ -25,7 +25,7 @@ toml = "0.5.1"
vobject = "0.7.0"
handlebars = "3"
walkdir = "2.2.8"
-uuid = { version = "0.7.4", features = ["v4"] }
+uuid = { version = "0.8", features = ["v4"] }
serde_json = "1.0.39"
anyhow = "1"
resiter = "0.4"
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