From 23d918c2db2896620b36ff850d743d3f95a8041c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 15:42:36 +0000 Subject: [PATCH] Update tera requirement from 1 to 2 Updates the requirements on [tera](https://github.com/Keats/tera) to permit the latest version. - [Changelog](https://github.com/Keats/tera/blob/master/CHANGELOG.md) - [Commits](https://github.com/Keats/tera/compare/v1.0.0...v2.0.0) --- updated-dependencies: - dependency-name: tera dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 43839507..f1a89a67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -tera = "1" +tera = "2" serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } chrono = { version = "0.4", features = ["serde"] }