From f02051ae4aba6b37a4dc240a9dc30765f7917959 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 20:00:26 +0000 Subject: [PATCH] build(deps): bump tera from 1.18.0 to 1.18.1 Bumps [tera](https://github.com/Keats/tera) from 1.18.0 to 1.18.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/v1.18.1) --- updated-dependencies: - dependency-name: tera dependency-type: direct:production update-type: version-update:semver-patch ... 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 407c3bc9..ef533341 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5471,9 +5471,9 @@ dependencies = [ [[package]] name = "tera" -version = "1.18.0" +version = "1.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27df4164dd125228af4c90c9799a29740e39151767d579f3fc711491054a0378" +checksum = "95a665751302f22a03c56721e23094e4dc22b04a80f381e6737a07bf7a7c70c0" dependencies = [ "chrono", "chrono-tz", diff --git a/crates/templates/Cargo.toml b/crates/templates/Cargo.toml index 1a7b72bd..4dc3b5ff 100644 --- a/crates/templates/Cargo.toml +++ b/crates/templates/Cargo.toml @@ -12,7 +12,7 @@ tokio = { version = "1.26.0", features = ["macros", "rt"] } anyhow = "1.0.69" thiserror = "1.0.39" -tera = "1.18.0" +tera = "1.18.1" serde = { version = "1.0.156", features = ["derive"] } serde_json = "1.0.94" serde_urlencoded = "0.7.1"