From b368437dd7c9cf65739652e72384a068feaa3e70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 15:56:30 +0100 Subject: [PATCH] Update chrono-tz requirement from 0.9 to 0.10 (#6371) 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.9.0...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> --- arrow-array/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrow-array/Cargo.toml b/arrow-array/Cargo.toml index 6170db85dc66..57b86c1924f0 100644 --- a/arrow-array/Cargo.toml +++ b/arrow-array/Cargo.toml @@ -45,7 +45,7 @@ arrow-buffer = { workspace = true } arrow-schema = { workspace = true } arrow-data = { workspace = true } chrono = { workspace = true } -chrono-tz = { version = "0.9", optional = true } +chrono-tz = { version = "0.10", optional = true } num = { version = "0.4.1", default-features = false, features = ["std"] } half = { version = "2.1", default-features = false, features = ["num-traits"] } hashbrown = { version = "0.14.2", default-features = false }