Skip to content

Commit f3dcac8

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

2 files changed

Lines changed: 11 additions & 111 deletions

File tree

Cargo.lock

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

lib/codecs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ path = "tests/bin/generate-avro-fixtures.rs"
1414

1515
[dependencies]
1616
apache-avro = { version = "0.20.0", default-features = false }
17-
arrow = { version = "56.2.0", default-features = false, features = ["ipc", "json"], optional = true }
17+
arrow = { version = "58.1.0", default-features = false, features = ["ipc", "json"], optional = true }
1818
parquet = { version = "56.2.0", default-features = false, features = [
1919
"arrow",
2020
"snap",

0 commit comments

Comments
 (0)