lidavidm commented on code in PR #2518:
URL: https://github.com/apache/arrow-adbc/pull/2518#discussion_r1950676168
##########
rust/Cargo.toml:
##########
@@ -35,9 +35,9 @@ categories = ["database"]
[workspace.dependencies]
adbc_core = { path = "./core", version = "0.17.0" }
-arrow-array = { version = "53.4.0", default-features = false, features = [
+arrow-array = { version = "54.1.0", default-features = false, features = [
"ffi",
] }
-arrow-buffer = { version = "53.1.0", default-features = false }
-arrow-schema = { version = "53.1.0", default-features = false }
-arrow-select = { version = "53.4.0", default-features = false }
Review Comment:
Do we need to release more frequently here to keep up with the upstream
project?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]