From 33a2c03ea8361ae61c162e307e10bc7266c1b249 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 31 May 2020 13:31:52 +0200 Subject: handlebars: 2 -> 3 Signed-off-by: Matthias Beyer --- bin/domain/imag-todo/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/domain/imag-todo/Cargo.toml') diff --git a/bin/domain/imag-todo/Cargo.toml b/bin/domain/imag-todo/Cargo.toml index d837b70a..7cd01880 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" } -- cgit v1.2.3 From 4bc9232682e8f9cb6df40996218a377f41fbdefe Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 31 May 2020 13:35:44 +0200 Subject: uuid: 0.7 -> 0.8 Signed-off-by: Matthias Beyer --- bin/domain/imag-todo/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/domain/imag-todo/Cargo.toml') 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 -- cgit v1.2.3 From 1f86bcd12178fd45772b565213e3f874f62494be Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 31 May 2020 14:45:42 +0200 Subject: task-hookrs: 0.7.0 -> master Signed-off-by: Matthias Beyer --- bin/domain/imag-todo/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/domain/imag-todo/Cargo.toml') diff --git a/bin/domain/imag-todo/Cargo.toml b/bin/domain/imag-todo/Cargo.toml index ee5d7e50..55a62422 100644 --- a/bin/domain/imag-todo/Cargo.toml +++ b/bin/domain/imag-todo/Cargo.toml @@ -47,7 +47,7 @@ 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] -- cgit v1.2.3