Skip to content

Commit

Permalink
build(deps): bump arrow from 49.0.0 to 50.0.0
Browse files Browse the repository at this point in the history
Bumps [arrow](https://github.com/apache/arrow-rs) from 49.0.0 to 50.0.0.
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@49.0.0...50.0.0)

---
updated-dependencies:
- dependency-name: arrow
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 21, 2024
1 parent ab2372a commit 34cf2b8
Show file tree
Hide file tree
Showing 2 changed files with 203 additions and 46 deletions.
245 changes: 201 additions & 44 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions connector_arrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ chrono = "0.4"
serde_json = "1"

# make sure this is in-sync with duckdb
arrow = { version = "49", default-features = false }
arrow = { version = "50", default-features = false }

# common optional
hex = { version = "0.4", optional = true }
Expand Down Expand Up @@ -55,7 +55,7 @@ optional = true

[dev-dependencies]
env_logger = "0.11"
arrow = { version = "49", features = ["prettyprint"], default-features = false }
arrow = { version = "50", features = ["prettyprint"], default-features = false }
similar-asserts = { version = "1.5.0" }
half = "2.3.1"
rand = { version = "0.8.5", default-features = false }
Expand Down

0 comments on commit 34cf2b8

Please sign in to comment.