Skip to content

Commit 3b11199

Browse files
Bump the arrow-rs group across 1 directory with 2 updates (#121)
Bumps the arrow-rs group with 2 updates in the / directory: [arrow-schema](https://github.com/apache/arrow-rs) and [arrow](https://github.com/apache/arrow-rs). Updates `arrow-schema` from 53.1.0 to 54.1.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md) - [Commits](apache/arrow-rs@53.1.0...54.1.0) Updates `arrow` from 53.1.0 to 54.1.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md) - [Commits](apache/arrow-rs@53.1.0...54.1.0) --- updated-dependencies: - dependency-name: arrow-schema dependency-type: direct:production update-type: version-update:semver-major dependency-group: arrow-rs - dependency-name: arrow dependency-type: direct:production update-type: version-update:semver-major dependency-group: arrow-rs ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b22831c commit 3b11199

File tree

2 files changed

+30
-35
lines changed

2 files changed

+30
-35
lines changed

Cargo.lock

Lines changed: 28 additions & 33 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
@@ -69,8 +69,8 @@ js-sys = "0.3.72"
6969
getrandom = { version = "0.2.15", features = ["js"] }
7070
thiserror = "1.0"
7171

72-
arrow-schema = "53"
73-
arrow = { version = "53", default-features = false, features = ["ffi", "ipc"] }
72+
arrow-schema = "54"
73+
arrow = { version = "54", default-features = false, features = ["ffi", "ipc"] }
7474

7575
serde = { version = "1.0", features = ["derive"] }
7676
serde-wasm-bindgen = "0.6"

0 commit comments

Comments
 (0)