You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by tu...@apache.org on 2022/11/02 19:03:33 UTC

[arrow-rs] branch master updated: Update chrono-tz requirement from 0.7 to 0.8 (#3001)

This is an automated email from the ASF dual-hosted git repository.

tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new b1050b7dc Update chrono-tz requirement from 0.7 to 0.8 (#3001)
b1050b7dc is described below

commit b1050b7dce07a299c5f206e612c5eaa27277c563
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Nov 3 08:03:26 2022 +1300

    Update chrono-tz requirement from 0.7 to 0.8 (#3001)
    
    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](https://github.com/chronotope/chrono-tz/commits)
    
    ---
    updated-dependencies:
    - dependency-name: chrono-tz
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@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 f39899c70..21f66c87e 100644
--- a/arrow-array/Cargo.toml
+++ b/arrow-array/Cargo.toml
@@ -49,7 +49,7 @@ arrow-buffer = { version = "26.0.0", path = "../arrow-buffer" }
 arrow-schema = { version = "26.0.0", path = "../arrow-schema" }
 arrow-data = { version = "26.0.0", path = "../arrow-data" }
 chrono = { version = "0.4", default-features = false, features = ["clock"] }
-chrono-tz = { version = "0.7", optional = true }
+chrono-tz = { version = "0.8", optional = true }
 num = { version = "0.4", default-features = false, features = ["std"] }
 half = { version = "2.1", default-features = false }
 hashbrown = { version = "0.12", default-features = false }