From 8fdee9460191d9c223b89fca44fbed03b373b982 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 30 Dec 2020 04:29:25 +0000 Subject: [PATCH] Bump tera from 1.6.0 to 1.6.1 Bumps [tera](https://github.com/Keats/tera) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/Keats/tera/releases) - [Changelog](https://github.com/Keats/tera/blob/master/CHANGELOG.md) - [Commits](https://github.com/Keats/tera/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 94c47fb..f7e4205 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1139,9 +1139,9 @@ dependencies = [ [[package]] name = "tera" -version = "1.6.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b386176bffd04e4a115cf7c46f46a1f322e57b381614ad42c09497d2aa1ce96f" +checksum = "eac6ab7eacf40937241959d540670f06209c38ceadb62116999db4a950fbf8dc" dependencies = [ "chrono", "chrono-tz", diff --git a/Cargo.toml b/Cargo.toml index 1e16b0f..891ecd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ lto = "thin" panic = "abort" [build-dependencies] -tera = "1.6.0" +tera = "1.6.1" ignore = "0.4.17" serde_json = "1.0.61"