summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-bookmark/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-05-31 18:15:30 +0200
committerMatthias Beyer <mail@beyermatthias.de>2020-05-31 18:15:40 +0200
commit6bc08b60e6e3a99cc9a263713db33061d63dc964 (patch)
treee3b7d58387d6104fc567defcf84878517defaf1b /bin/domain/imag-bookmark/Cargo.toml
parentbe50f5ad51d05dd3d24ecfd6343055737a2757f0 (diff)
parent1f86bcd12178fd45772b565213e3f874f62494be (diff)
Merge branch 'update-deps' into masterHEADmaster
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'bin/domain/imag-bookmark/Cargo.toml')
-rw-r--r--bin/domain/imag-bookmark/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/domain/imag-bookmark/Cargo.toml b/bin/domain/imag-bookmark/Cargo.toml
index f062b16f..565b6a3e 100644
--- a/bin/domain/imag-bookmark/Cargo.toml
+++ b/bin/domain/imag-bookmark/Cargo.toml
@@ -26,7 +26,7 @@ toml-query = "0.10"
anyhow = "1"
resiter = "0.4.0"
url = "2"
-handlebars = "2"
+handlebars = "3"
rayon = "1"
libimagrt = { version = "0.10.0", path = "../../../lib/core/libimagrt" }
@@ -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"]