From 887d631348e3e9ed1ebf824b7b54855102b065c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 22:10:23 +0000 Subject: [PATCH] Bump tera from 1.17.1 to 1.18.0 Bumps [tera](https://github.com/Keats/tera) from 1.17.1 to 1.18.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/commits) --- updated-dependencies: - dependency-name: tera dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a7460db..77db5c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1975,9 +1975,9 @@ dependencies = [ [[package]] name = "tera" -version = "1.17.1" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3df578c295f9ec044ff1c829daf31bb7581d5b3c2a7a3d87419afe1f2531438c" +checksum = "27df4164dd125228af4c90c9799a29740e39151767d579f3fc711491054a0378" dependencies = [ "globwalk", "lazy_static", @@ -1986,6 +1986,7 @@ dependencies = [ "regex", "serde", "serde_json", + "thread_local", "unic-segment", ] @@ -2020,11 +2021,10 @@ dependencies = [ [[package]] name = "thread_local" -version = "1.1.7" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" +checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180" dependencies = [ - "cfg-if", "once_cell", ] diff --git a/Cargo.toml b/Cargo.toml index 385e2e9..a45a2ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ serde_json = "1.0.94" simple_logger = "4.0.0" strum = "0.24.1" strum_macros = "0.24.3" -tera = { version = "1.17.1", default-features = false } +tera = { version = "1.18.0", default-features = false } tiktoken-rs = "0.1.4" tokio = { version = "1.26.0", features = ["full"] } toml = "0.7.2"