Skip to content

Commit 9ad93e9

Browse files
Update chrono-tz requirement from 0.8 to 0.9
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](chronotope/chrono-tz@v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: chrono-tz dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1b0ef02 commit 9ad93e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrow-array/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ arrow-buffer = { workspace = true }
4545
arrow-schema = { workspace = true }
4646
arrow-data = { workspace = true }
4747
chrono = { workspace = true }
48-
chrono-tz = { version = "0.8", optional = true }
48+
chrono-tz = { version = "0.9", optional = true }
4949
num = { version = "0.4.1", default-features = false, features = ["std"] }
5050
half = { version = "2.1", default-features = false, features = ["num-traits"] }
5151
hashbrown = { version = "0.14", default-features = false }

0 commit comments

Comments
 (0)