Skip to content

Commit bd70ef2

Browse files
chore(deps): bump arrow-schema from 55.2.0 to 56.2.0 in /pkg/data_cache
Bumps [arrow-schema](https://github.com/apache/arrow-rs) from 55.2.0 to 56.2.0. - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/56.2.0/CHANGELOG.md) - [Commits](apache/arrow-rs@55.2.0...56.2.0) --- updated-dependencies: - dependency-name: arrow-schema dependency-version: 56.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bdba7e5 commit bd70ef2

File tree

2 files changed

+25
-19
lines changed

2 files changed

+25
-19
lines changed

pkg/data_cache/Cargo.lock

Lines changed: 24 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/data_cache/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tracing-subscriber = "0.3.22"
99
tokio = { version = "1.49.0", features = ["full"] }
1010
datafusion = "47.0.0"
1111
arrow = "55.0.0"
12-
arrow-schema = "55.0.0"
12+
arrow-schema = "56.2.0"
1313
serde = { version = "1.0.228", features = ["derive"] }
1414
async-trait = "0.1.89"
1515
iceberg-datafusion = "0.6.0"

0 commit comments

Comments
 (0)