Skip to content

Commit 65fedb9

Browse files
chore(deps): bump the prod-deps group with 3 updates (#399)
Bumps the prod-deps group with 3 updates: [arrow-array](https://github.com/apache/arrow-rs), [arrow-pyarrow](https://github.com/apache/arrow-rs) and [arrow-schema](https://github.com/apache/arrow-rs). Updates `arrow-array` from 56.1.0 to 56.2.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@56.1.0...56.2.0) Updates `arrow-pyarrow` from 56.1.0 to 56.2.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@56.1.0...56.2.0) Updates `arrow-schema` from 56.1.0 to 56.2.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@56.1.0...56.2.0) --- updated-dependencies: - dependency-name: arrow-array dependency-version: 56.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: arrow-pyarrow dependency-version: 56.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: arrow-schema dependency-version: 56.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2a90f40 commit 65fedb9

File tree

2 files changed

+25
-19
lines changed

2 files changed

+25
-19
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ name = "fastexcel"
2626
crate-type = ["cdylib", "rlib"]
2727

2828
[dependencies]
29-
arrow-array = { version = "^56.1.0", features = ["ffi"], optional = true }
30-
arrow-pyarrow = { version = "^56.1.0", optional = true }
29+
arrow-array = { version = "^56.2.0", features = ["ffi"], optional = true }
30+
arrow-pyarrow = { version = "^56.2.0", optional = true }
3131
arrow-schema = { version = "^56.1.0", optional = true }
3232
calamine = { version = "^0.30.1", features = ["dates"] }
3333
chrono = { version = "^0.4.42", default-features = false }

0 commit comments

Comments
 (0)