Skip to content

Commit 68af962

Browse files
chore(rust): bump the arrow group in /rust with 2 updates (apache#2661)
Bumps the arrow group in /rust with 2 updates: [arrow-buffer](https://github.com/apache/arrow-rs) and [arrow-schema](https://github.com/apache/arrow-rs). Updates `arrow-buffer` from 54.3.0 to 54.3.1 Updates `arrow-schema` from 54.3.0 to 54.3.1 Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bc2960d commit 68af962

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

rust/Cargo.lock

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

rust/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ adbc_core = { path = "./core", version = "0.18.0" }
3838
arrow-array = { version = "54.2.1", default-features = false, features = [
3939
"ffi",
4040
] }
41-
arrow-buffer = { version = "54.3.0", default-features = false }
42-
arrow-schema = { version = "54.3.0", default-features = false }
41+
arrow-buffer = { version = "54.3.1", default-features = false }
42+
arrow-schema = { version = "54.3.1", default-features = false }
4343
arrow-select = { version = "54.2.1", default-features = false }

0 commit comments

Comments
 (0)