summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-05-31 13:31:52 +0200
committerMatthias Beyer <mail@beyermatthias.de>2020-06-01 14:01:23 +0200
commit514548182e425e8fae3f80a01690738232149156 (patch)
tree9f173cdc101208fcf8f937d994d61073028e315e
parent6b0cd8db771153daa24723e6261022c55d223d28 (diff)
handlebars: 2 -> 3
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> (cherry picked from commit 33a2c03ea8361ae61c162e307e10bc7266c1b249)
-rw-r--r--bin/domain/imag-mail/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/domain/imag-mail/Cargo.toml b/bin/domain/imag-mail/Cargo.toml
index 4e327832..663b30b3 100644
--- a/bin/domain/imag-mail/Cargo.toml
+++ b/bin/domain/imag-mail/Cargo.toml
@@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" }
log = "0.4.6"
anyhow = "1"
resiter = "0.4"
-handlebars = "2"
+handlebars = "3"
itertools = "0.8"
serde = "1"
serde_derive = "1"