From 8288031e13b981687610877001d22c38bc39d126 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 16:08:20 +0000 Subject: [PATCH] chore(deps)(deps): Update chrono-tz requirement from 0.8 to 0.10 Updates the requirements on [chrono-tz](https://github.com/chronotope/chrono-tz) to permit the latest version. - [Release notes](https://github.com/chronotope/chrono-tz/releases) - [Commits](https://github.com/chronotope/chrono-tz/compare/v0.8.0...v0.10.4) --- updated-dependencies: - dependency-name: chrono-tz dependency-version: 0.10.4 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 07bd0221..8bbcc64e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -114,7 +114,7 @@ handlebars = "5.1" mime = "0.3" bytes = "1.5" cron = "0.12" -chrono-tz = "0.8" +chrono-tz = "0.10" # LLM-Dev-Ops Ecosystem Dependencies (Phase 2A compile-time only) llm-observatory-core = "= 0.1.1"