From 98b248f959f5f3459a253e7cb37ce8d2149d95cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jun 2022 19:32:00 +0000 Subject: [PATCH] Bump tera from 1.15.0 to 1.16.0 Bumps [tera](https://github.com/Keats/tera) from 1.15.0 to 1.16.0. - [Release notes](https://github.com/Keats/tera/releases) - [Changelog](https://github.com/Keats/tera/blob/master/CHANGELOG.md) - [Commits](https://github.com/Keats/tera/compare/v1.15.0...v1.16.0) --- updated-dependencies: - dependency-name: tera dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/templates/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c5bb9e0e..8e4db157 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4392,9 +4392,9 @@ dependencies = [ [[package]] name = "tera" -version = "1.15.0" +version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3cac831b615c25bcef632d1cabf864fa05813baad3d526829db18eb70e8b58d" +checksum = "7c9783d6ff395ae80cf17ed9a25360e7ba37742a79fa8fddabb073c5c7c8856d" dependencies = [ "chrono", "chrono-tz", diff --git a/crates/templates/Cargo.toml b/crates/templates/Cargo.toml index 74f0ba75..410235c8 100644 --- a/crates/templates/Cargo.toml +++ b/crates/templates/Cargo.toml @@ -15,7 +15,7 @@ tokio = { version = "1.19.2", features = ["macros"] } anyhow = "1.0.57" thiserror = "1.0.31" -tera = "1.15.0" +tera = "1.16.0" serde = { version = "1.0.137", features = ["derive"] } serde_json = "1.0.81" serde_urlencoded = "0.7.1"