From c95a51b5b27b81e454aed7ac3cd2abca61a7604e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 6 Feb 2022 05:14:26 +0000 Subject: [PATCH] fix(dependencies): update rust crate handlebars to 4.2.1 --- rust/stencila/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/stencila/Cargo.toml b/rust/stencila/Cargo.toml index 355c5b131e..6f0374afbd 100644 --- a/rust/stencila/Cargo.toml +++ b/rust/stencila/Cargo.toml @@ -113,7 +113,7 @@ eyre = "=0.6.5" futures = "=0.3.19" gitignore = "=1.0.7" glob = "=0.3.0" -handlebars = "4.2.0" +handlebars = "4.2.1" humantime = "=2.1.0" ignore = "=0.4.18" itertools = "=0.10.3"