From 6dd77730503c5d9e165f1a730e295a4ca3cba787 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 16:40:47 +0000 Subject: [PATCH] Update chrono-tz requirement from 0.8.6 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.6...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 6b1d69a..3a5de64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ panic = "abort" apca = {version = "0.29.0", default-features = false} anyhow = {version = "1.0.66", default-features = false, features = ["std"]} chrono = {version = "0.4.23", default-features = false} -chrono-tz = {version = "0.8.6", default-features = false, features = ["std"]} +chrono-tz = {version = "0.9.0", default-features = false, features = ["std"]} futures = {version = "0.3", default-features = false, features = ["std"]} num-decimal = {version = "0.2.1", default-features = false} once_cell = "1.8"