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/10/25 18:13:33 UTC

[arrow-rs] branch master updated: Update required half from 2.0 --> 2.1 (#2927)

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 4620abf1e Update required half from 2.0 --> 2.1 (#2927)
4620abf1e is described below

commit 4620abf1ee39b154bc462ec71f338b8f1eb017fd
Author: Andrew Lamb <an...@nerdnetworks.org>
AuthorDate: Tue Oct 25 14:13:28 2022 -0400

    Update required half from 2.0 --> 2.1 (#2927)
---
 arrow-array/Cargo.toml  | 2 +-
 arrow-buffer/Cargo.toml | 2 +-
 arrow-data/Cargo.toml   | 2 +-
 arrow/Cargo.toml        | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/arrow-array/Cargo.toml b/arrow-array/Cargo.toml
index 45765d99f..06bff9ace 100644
--- a/arrow-array/Cargo.toml
+++ b/arrow-array/Cargo.toml
@@ -51,7 +51,7 @@ arrow-data = { version = "25.0.0", path = "../arrow-data" }
 chrono = { version = "0.4", default-features = false, features = ["clock"] }
 chrono-tz = { version = "0.7", optional = true }
 num = { version = "0.4", default-features = false, features = ["std"] }
-half = { version = "2.0", default-features = false }
+half = { version = "2.1", default-features = false }
 hashbrown = { version = "0.12", default-features = false }
 
 [dev-dependencies]
diff --git a/arrow-buffer/Cargo.toml b/arrow-buffer/Cargo.toml
index f2b4dba50..bf3f3cacc 100644
--- a/arrow-buffer/Cargo.toml
+++ b/arrow-buffer/Cargo.toml
@@ -39,7 +39,7 @@ bench = false
 
 [dependencies]
 num = { version = "0.4", default-features = false, features = ["std"] }
-half = { version = "2.0", default-features = false }
+half = { version = "2.1", default-features = false }
 
 [dev-dependencies]
 rand = { version = "0.8", default-features = false, features = ["std", "std_rng"] }
diff --git a/arrow-data/Cargo.toml b/arrow-data/Cargo.toml
index be4778026..8fe0054f8 100644
--- a/arrow-data/Cargo.toml
+++ b/arrow-data/Cargo.toml
@@ -49,7 +49,7 @@ arrow-buffer = { version = "25.0.0", path = "../arrow-buffer" }
 arrow-schema = { version = "25.0.0", path = "../arrow-schema" }
 
 num = { version = "0.4", default-features = false, features = ["std"] }
-half = { version = "2.0", default-features = false }
+half = { version = "2.1", default-features = false }
 
 [dev-dependencies]
 
diff --git a/arrow/Cargo.toml b/arrow/Cargo.toml
index 4a1668cc0..2f80d6a27 100644
--- a/arrow/Cargo.toml
+++ b/arrow/Cargo.toml
@@ -53,7 +53,7 @@ serde_json = { version = "1.0", default-features = false, features = ["std"], op
 indexmap = { version = "1.9", default-features = false, features = ["std"] }
 rand = { version = "0.8", default-features = false, features = ["std", "std_rng"], optional = true }
 num = { version = "0.4", default-features = false, features = ["std"] }
-half = { version = "2.0", default-features = false, features = ["num-traits"] }
+half = { version = "2.1", default-features = false, features = ["num-traits"] }
 hashbrown = { version = "0.12", default-features = false }
 csv_crate = { version = "1.1", default-features = false, optional = true, package = "csv" }
 regex = { version = "1.5.6", default-features = false, features = ["std", "unicode"] }