From 334db3d6ce50b7ee7804211004c8ed9b66a8a639 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 08:42:19 -0700 Subject: [PATCH] Update chrono-tz requirement from 0.8.5 to 0.10.0 (#316) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 }