Skip to content

Commit 38039a4

Browse files
chore(deps): bump arrow-schema from 58.2.0 to 58.3.0 (#57)
Bumps [arrow-schema](https://github.com/apache/arrow-rs) from 58.2.0 to 58.3.0. - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](apache/arrow-rs@58.2.0...58.3.0) --- updated-dependencies: - dependency-name: arrow-schema dependency-version: 58.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 36f4f51 commit 38039a4

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

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

crates/protocol-squisher-arrow-analyzer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ categories = ["development-tools", "data-structures", "parser-implementations"]
1515

1616
[dependencies]
1717
protocol-squisher-ir = { path = "../protocol-squisher-ir" }
18-
arrow-schema = { version = "58.2", features = ["serde"] }
18+
arrow-schema = { version = "58.3", features = ["serde"] }
1919
serde = { version = "1.0", features = ["derive"] }
2020
serde_json = "1.0"
2121
thiserror = "2.0"

crates/protocol-squisher-integration-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ protocol-squisher-thrift-analyzer = { path = "../protocol-squisher-thrift-analyz
3030
protocol-squisher-sql-analyzer = { path = "../protocol-squisher-sql-analyzer" }
3131
protocol-squisher-openapi-analyzer = { path = "../protocol-squisher-openapi-analyzer" }
3232
protocol-squisher-arrow-analyzer = { path = "../protocol-squisher-arrow-analyzer" }
33-
arrow-schema = { version = "58.2", features = ["serde"] }
33+
arrow-schema = { version = "58.3", features = ["serde"] }
3434
shape-ir = { path = "../shape-ir" }
3535
serde = { version = "1.0", features = ["derive"] }
3636
serde_json = "1.0"

0 commit comments

Comments
 (0)