Skip to content

Commit

Permalink
build(deps): update deltalake requirement from 0.17.3 to 0.23.0
Browse files Browse the repository at this point in the history
Updates the requirements on [deltalake](https://github.com/delta-io/delta.rs) to permit the latest version.
- [Release notes](https://github.com/delta-io/delta.rs/releases)
- [Changelog](https://github.com/delta-io/delta-rs/blob/main/CHANGELOG.md)
- [Commits](delta-io/delta-rs@rust-v0.17.3...rust-v0.23.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 2, 2025
1 parent 79097cc commit 43a8020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/evolution-schema/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ evolution-builder = { workspace = true }
evolution-common = { workspace = true }
evolution-parser = { workspace = true }
arrow = { version = "51.0.0", default-features = false }
deltalake = "0.17.3"
deltalake = "0.23.0"
padder = { version = "1.2.0", features = ["serde"] }
serde = { version = "1.0.202", features = ["derive"] }
serde_json = "1.0.117"
Expand Down

0 comments on commit 43a8020

Please sign in to comment.