~matthiasbeyer/imag

4bc9232682e8f9cb6df40996218a377f41fbdefe — Matthias Beyer 4 years ago 33a2c03
uuid: 0.7 -> 0.8

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
M bin/domain/imag-bookmark/Cargo.toml => bin/domain/imag-bookmark/Cargo.toml +1 -1
@@ 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"]


M bin/domain/imag-contact/Cargo.toml => bin/domain/imag-contact/Cargo.toml +1 -1
@@ 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"

M bin/domain/imag-todo/Cargo.toml => bin/domain/imag-todo/Cargo.toml +1 -1
@@ 51,7 51,7 @@ version = "0.7.0"
optional = true

[dependencies.uuid]
version = "0.7.4"
version = "0.8"
features = ["v4"]
optional = true


M lib/domain/libimagbookmark/Cargo.toml => lib/domain/libimagbookmark/Cargo.toml +1 -1
@@ 31,7 31,7 @@ libimagentryurl  = { version = "0.10.0", path = "../../../lib/entry/libimagentry
libimagentryutil = { version = "0.10.0", path = "../../../lib/entry/libimagentryutil" }

[dependencies.uuid]
version = "0.7"
version = "0.8"
default-features = false
features = ["serde", "v4"]


M lib/domain/libimagcontact/Cargo.toml => lib/domain/libimagcontact/Cargo.toml +1 -1
@@ 26,7 26,7 @@ log          = "0.4.6"
toml         = "0.5.1"
toml-query   = "0.10"
vobject      = "0.7.0"
uuid         = "0.7.4"
uuid         = "0.8"
serde        = "1.0.94"
serde_derive = "1.0.94"


M lib/domain/libimagtodo/Cargo.toml => lib/domain/libimagtodo/Cargo.toml +1 -1
@@ 44,7 44,7 @@ default-features = false
features = ["serde"]

[dependencies.uuid]
version = "0.7"
version = "0.8"
default-features = false
features = ["serde", "v4"]


M lib/entry/libimagentryannotation/Cargo.toml => lib/entry/libimagentryannotation/Cargo.toml +1 -1
@@ 25,7 25,7 @@ toml = "0.5.1"
toml-query = "0.10"
anyhow = "1"

uuid           = { version = "0.7.4", features = ["v4"] }
uuid           = { version = "0.8", features = ["v4"] }
log            = "0.4.6"