Skip to content

Commit

Permalink
chore(deps): update delta_kernel requirement from 0.5.0 to 0.6.0
Browse files Browse the repository at this point in the history
Updates the requirements on [delta_kernel](https://github.com/delta-io/delta-kernel-rs) to permit the latest version.
- [Changelog](https://github.com/delta-io/delta-kernel-rs/blob/main/CHANGELOG.md)
- [Commits](delta-io/delta-kernel-rs@v0.5.0...v0.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 72311ed commit 9df77e4
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 @@ -26,7 +26,7 @@ debug = true
debug = "line-tables-only"

[workspace.dependencies]
delta_kernel = { version = "0.5.0", features = ["default-engine"] }
delta_kernel = { version = "0.6.0", features = ["default-engine"] }
#delta_kernel = { path = "../delta-kernel-rs/kernel", features = ["sync-engine"] }

# arrow
Expand Down

0 comments on commit 9df77e4

Please sign in to comment.