Skip to content

Commit

Permalink
Update half requirement from 1.8 to 2.0 (apache#1919)
Browse files Browse the repository at this point in the history
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](starkat99/half-rs@v1.8.0...v2.0.0)

---
updated-dependencies:
- dependency-name: half
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 22, 2022
1 parent 50a9dd5 commit 9cd591d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow/Cargo.toml
Expand Up @@ -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 }
Expand Down

0 comments on commit 9cd591d

Please sign in to comment.