Skip to content

Commit

Permalink
chore: 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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 21, 2024
1 parent 26940dd commit 610426e
Show file tree
Hide file tree
Showing 3 changed files with 208 additions and 48 deletions.
252 changes: 206 additions & 46 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion lutra/bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ crate-type = ["cdylib"]
doc = false

[target.'cfg(not(target_family="wasm"))'.dependencies]
arrow = {version = "49.0", features = ["pyarrow"], default-features = false}
arrow = {version = "50.0", features = ["pyarrow"], default-features = false}
itertools = {workspace = true}
# we rename lutra to lutralib here, so we can define a function named lutra
lutralib = {package = "lutra", path = "../../lutra", default-features = false}
Expand Down
2 changes: 1 addition & 1 deletion lutra/lutra/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ required-features = ["cli"]

[target.'cfg(not(target_family="wasm"))'.dependencies]
anyhow = {workspace = true}
arrow = {version = "49.0", features = ["prettyprint"], default-features = false}
arrow = {version = "50.0", features = ["prettyprint"], default-features = false}
clap = {version = "4.4.18", features = ["derive"], optional = true}
connector_arrow = {version = "0.3.0", features = ["src_sqlite"]}
env_logger = "0.10.2"
Expand Down

0 comments on commit 610426e

Please sign in to comment.