Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 19, 2024
1 parent 00ecf75 commit 58ab663
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
20 changes: 13 additions & 7 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ uuid = ["dep:uuid"]
[dependencies]
arrow-array = { version = "50.0.0", optional = true }
arrow-buffer = { version = "50.0.0", optional = true }
arrow-schema = { version = "50.0.0", optional = true }
arrow-schema = { version = "51.0.0", optional = true }
narrow-derive = { path = "narrow-derive", version = "^0.5.0", optional = true }
uuid = { version = "1.7.0", optional = true }

Expand Down

0 comments on commit 58ab663

Please sign in to comment.