From a0fee39e290ee9750d214dddb6391cbf12a92650 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 08:17:43 +0000 Subject: [PATCH] Update chrono-tz requirement from 0.8.3 to 0.9.0 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) - [Changelog](https://github.com/chronotope/chrono-tz/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono-tz/compare/v0.8.3...v0.9.0) --- updated-dependencies: - dependency-name: chrono-tz 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 24ea827..471fe0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] caps = "0.5.5" chrono = { version = "0.4.26", features = [] } -chrono-tz = { version = "0.8.3", features = [] } +chrono-tz = { version = "0.9.0", features = [] } colored = "2.0.0" generic-array = "0.14.7" hex = "0.4.3"