summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-todo/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-todo/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-todo/Cargo.toml')
-rw-r--r--bin/domain/imag-todo/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/domain/imag-todo/Cargo.toml b/bin/domain/imag-todo/Cargo.toml
index d837b70a..55a62422 100644
--- a/bin/domain/imag-todo/Cargo.toml
+++ b/bin/domain/imag-todo/Cargo.toml
@@ -29,7 +29,7 @@ chrono = "0.4"
filters = "0.3"
kairos = "0.3"
resiter = "0.4.0"
-handlebars = "2"
+handlebars = "3"
prettytable-rs = "0.8.0"
libimagrt = { version = "0.10.0", path = "../../../lib/core/libimagrt" }
@@ -47,11 +47,11 @@ default-features = false
features = ["color", "suggestions", "wrap_help"]
[dependencies.task-hookrs]
-version = "0.7.0"
+git = "https://github.com/matthiasbeyer/task-hookrs"
optional = true
[dependencies.uuid]
-version = "0.7.4"
+version = "0.8"
features = ["v4"]
optional = true