From 30946540abf5bf20ffe52a4221632ab21470a55b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 02:45:09 +0000 Subject: [PATCH] Update chrono-tz requirement from 0.8.5 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.5...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 d5db900..9318af2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -122,7 +122,7 @@ url = { version = "2.5.0", optional = true } uuid = { version = "1.6.1", default-features = false, features = ["v4", "fast-rng"], optional = true } jsonschema = { version = "0.18.0", default-features = false, optional = true } chrono = { version = "0.4.31", optional = true } -chrono-tz = { version = "0.8.5", optional = true } +chrono-tz = { version = "0.10.0", optional = true } jsonwebtoken = { version = "9.2.0", optional = true } itertools = { version = "0.13.0", default-features = false, optional = true }