summaryrefslogtreecommitdiffstats
path: root/lib/core/libimagrt/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/core/libimagrt/Cargo.toml')
-rw-r--r--lib/core/libimagrt/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/core/libimagrt/Cargo.toml b/lib/core/libimagrt/Cargo.toml
index 34a9d964..c8daf777 100644
--- a/lib/core/libimagrt/Cargo.toml
+++ b/lib/core/libimagrt/Cargo.toml
@@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" }
env_logger = "0.7"
toml = "0.5.1"
xdg-basedir = "1.0.0"
-itertools = "0.8.0"
+itertools = "0.9.0"
ansi_term = "0.12"
atty = "0.2.11"
anyhow = "1"
@@ -48,7 +48,7 @@ default-features = false
features = ["std", "serde"]
[dependencies.handlebars]
-version = "2"
+version = "3"
default-features = false
features = ["no_logging"]