From 43de4a6ebc7c5d744b58795419d7246acc3cce95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 22:53:35 +0000 Subject: [PATCH] build(deps): bump arrow-schema from 57.1.0 to 57.2.0 Bumps [arrow-schema](https://github.com/apache/arrow-rs) from 57.1.0 to 57.2.0. - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs/compare/57.1.0...57.2.0) --- updated-dependencies: - dependency-name: arrow-schema dependency-version: 57.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/workspace-hack/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aa0337e1903e4..5776634899d4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -375,9 +375,9 @@ dependencies = [ [[package]] name = "arrow-schema" -version = "57.1.0" +version = "57.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d27609cd7dd45f006abae27995c2729ef6f4b9361cde1ddd019dc31a5aa017e0" +checksum = "6bb63203e8e0e54b288d0d8043ca8fa1013820822a27692ef1b78a977d879f2c" dependencies = [ "bitflags 2.9.4", ] diff --git a/src/workspace-hack/Cargo.toml b/src/workspace-hack/Cargo.toml index 3adbb03ebf1d8..e776b400b40f1 100644 --- a/src/workspace-hack/Cargo.toml +++ b/src/workspace-hack/Cargo.toml @@ -24,7 +24,7 @@ arrow = { version = "57.1.0", default-features = false, features = ["ffi", "pret arrow-array = { version = "57.1.0", default-features = false, features = ["ffi"] } arrow-cast = { version = "57.1.0", default-features = false, features = ["prettyprint"] } arrow-data = { version = "57.1.0", default-features = false, features = ["ffi"] } -arrow-schema = { version = "57.1.0", default-features = false, features = ["ffi"] } +arrow-schema = { version = "57.2.0", default-features = false, features = ["ffi"] } async-compression = { git = "https://github.com/MaterializeInc/async-compression.git", rev = "fe7411eb6104a02a89e2c3a76ab326dd6594214d", default-features = false, features = ["brotli", "bzip2-sys", "gzip", "tokio", "xz", "zlib", "zstd"] } aws-config = { version = "1.8.12", default-features = false, features = ["sso"] } aws-credential-types = { version = "1.2.11", default-features = false, features = ["hardcoded-credentials", "test-util"] } @@ -168,7 +168,7 @@ arrow = { version = "57.1.0", default-features = false, features = ["ffi", "pret arrow-array = { version = "57.1.0", default-features = false, features = ["ffi"] } arrow-cast = { version = "57.1.0", default-features = false, features = ["prettyprint"] } arrow-data = { version = "57.1.0", default-features = false, features = ["ffi"] } -arrow-schema = { version = "57.1.0", default-features = false, features = ["ffi"] } +arrow-schema = { version = "57.2.0", default-features = false, features = ["ffi"] } async-compression = { git = "https://github.com/MaterializeInc/async-compression.git", rev = "fe7411eb6104a02a89e2c3a76ab326dd6594214d", default-features = false, features = ["brotli", "bzip2-sys", "gzip", "tokio", "xz", "zlib", "zstd"] } aws-config = { version = "1.8.12", default-features = false, features = ["sso"] } aws-credential-types = { version = "1.2.11", default-features = false, features = ["hardcoded-credentials", "test-util"] }