From ef388b9fdcc27846dd572b2c4f0800b6a7a53fa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 19:07:29 +0000 Subject: [PATCH] build(deps): bump tera from 1.19.0 to 1.19.1 Bumps [tera](https://github.com/Keats/tera) from 1.19.0 to 1.19.1. - [Changelog](https://github.com/Keats/tera/blob/master/CHANGELOG.md) - [Commits](https://github.com/Keats/tera/commits) --- updated-dependencies: - dependency-name: tera dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- crates/templates/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8792ea09..8b05d5e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5422,9 +5422,9 @@ dependencies = [ [[package]] name = "tera" -version = "1.19.0" +version = "1.19.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5ab29bb4f3e256ae6ad5c3e2775aa1f8829f2c0c101fc407bfd3a6df15c60c5" +checksum = "970dff17c11e884a4a09bc76e3a17ef71e01bb13447a11e85226e254fe6d10b8" dependencies = [ "globwalk", "lazy_static", @@ -5433,7 +5433,6 @@ dependencies = [ "regex", "serde", "serde_json", - "thread_local", "unic-segment", ] diff --git a/crates/templates/Cargo.toml b/crates/templates/Cargo.toml index e7b271fb..362a84a1 100644 --- a/crates/templates/Cargo.toml +++ b/crates/templates/Cargo.toml @@ -14,7 +14,7 @@ tokio = { version = "1.32.0", features = ["macros", "rt", "fs"] } anyhow.workspace = true thiserror.workspace = true -tera = { version = "1.19.0", default-features = false } +tera = { version = "1.19.1", default-features = false } serde.workspace = true serde_json.workspace = true serde_urlencoded = "0.7.1"