This is an automated email from the ASF dual-hosted git repository.
alamb 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 9cd591d13 Update half requirement from 1.8 to 2.0 (#1919)
9cd591d13 is described below
commit 9cd591d13ccfd89e4a9cf83f508078ae47bc8eb8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 22 09:15:18 2022 -0400
Update half requirement from 1.8 to 2.0 (#1919)
Updates the requirements on [half](https://github.com/starkat99/half-rs) to
permit the latest version.
- [Release notes](https://github.com/starkat99/half-rs/releases)
- [Changelog](https://github.com/starkat99/half-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/starkat99/half-rs/compare/v1.8.0...v2.0.0)
---
updated-dependencies:
- dependency-name: half
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
arrow/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arrow/Cargo.toml b/arrow/Cargo.toml
index b59a69753..136a2ae02 100644
--- a/arrow/Cargo.toml
+++ b/arrow/Cargo.toml
@@ -44,7 +44,7 @@ serde_json = { version = "1.0", default-features = false,
features = ["preserve_
indexmap = { version = "1.6", 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 = "1.8", default-features = false }
+half = { version = "2.0", 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"] }
lazy_static = { version = "1.4", default-features = false }