Skip to content

Commit

Permalink
chore(deps): update arrow requirement from 53 to 54
Browse files Browse the repository at this point in the history
Updates the requirements on [arrow](https://github.com/apache/arrow-rs) to permit the latest version.
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md)
- [Commits](apache/arrow-rs@53.0.0...54.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent d8e3784 commit 545de07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ path = "benches/criterion/writes.rs"
required-features = ["sled"]

[dependencies]
arrow = "53"
arrow = "54"
async-lock = "3"
async-stream = "0.3"
async-trait = { version = "0.1", optional = true }
Expand Down

0 comments on commit 545de07

Please sign in to comment.