From d2072b3255638cb425f044594a4259ee1d5c710a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 14:13:02 +0000 Subject: [PATCH] chore(deps): bump arrow-schema from 58.1.0 to 58.2.0 Bumps [arrow-schema](https://github.com/apache/arrow-rs) from 58.1.0 to 58.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/58.1.0...58.2.0) --- updated-dependencies: - dependency-name: arrow-schema dependency-version: 58.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/protocol-squisher-arrow-analyzer/Cargo.toml | 2 +- crates/protocol-squisher-integration-tests/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cc358ef..8ba2051 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -84,9 +84,9 @@ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" [[package]] name = "arrow-schema" -version = "58.1.0" +version = "58.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c30a1365d7a7dc50cc847e54154e6af49e4c4b0fddc9f607b687f29212082743" +checksum = "18aa020f6bc8e5201dcd2d4b7f98c68f8a410ef37128263243e6ff2a47a67d4f" dependencies = [ "serde", "serde_core", diff --git a/crates/protocol-squisher-arrow-analyzer/Cargo.toml b/crates/protocol-squisher-arrow-analyzer/Cargo.toml index 4ec20e7..089a3e6 100644 --- a/crates/protocol-squisher-arrow-analyzer/Cargo.toml +++ b/crates/protocol-squisher-arrow-analyzer/Cargo.toml @@ -15,7 +15,7 @@ categories = ["development-tools", "data-structures", "parser-implementations"] [dependencies] protocol-squisher-ir = { path = "../protocol-squisher-ir" } -arrow-schema = { version = "58.1", features = ["serde"] } +arrow-schema = { version = "58.2", features = ["serde"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "2.0" diff --git a/crates/protocol-squisher-integration-tests/Cargo.toml b/crates/protocol-squisher-integration-tests/Cargo.toml index 87df42e..513f6cf 100644 --- a/crates/protocol-squisher-integration-tests/Cargo.toml +++ b/crates/protocol-squisher-integration-tests/Cargo.toml @@ -30,7 +30,7 @@ protocol-squisher-thrift-analyzer = { path = "../protocol-squisher-thrift-analyz protocol-squisher-sql-analyzer = { path = "../protocol-squisher-sql-analyzer" } protocol-squisher-openapi-analyzer = { path = "../protocol-squisher-openapi-analyzer" } protocol-squisher-arrow-analyzer = { path = "../protocol-squisher-arrow-analyzer" } -arrow-schema = { version = "58.1", features = ["serde"] } +arrow-schema = { version = "58.2", features = ["serde"] } shape-ir = { path = "../shape-ir" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"