From 63cce73c11df93d98b4daa36cadd2dbee7d8e6c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2024 19:07:43 +0000 Subject: [PATCH] Update chrono-tz requirement from 0.8.1 to 0.10.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) - [Commits](https://github.com/chronotope/chrono-tz/compare/v0.8.1...v0.10.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 2e5acb7..8532365 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ grev = {version = "0.1.3"} apca = {version = "0.30.0"} anyhow = {version = "1.0", default-features = false, features = ["std"]} chrono = {version = "0.4.23", default-features = false} -chrono-tz = {version = "0.8.1", default-features = false, features = ["std"]} +chrono-tz = {version = "0.10.0", default-features = false, features = ["std"]} clap = {version = "4.4", features = ["derive", "string"]} clap_complete = {version = "4.4", optional = true} futures = {version = "0.3", default-features = false, features = ["async-await", "std"]}