summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-bookmark/Cargo.toml
diff options
context:
space:
mode:
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"]