felipecrv commented on code in PR #2468:
URL: https://github.com/apache/arrow-adbc/pull/2468#discussion_r1950915072
##########
rust/Cargo.toml:
##########
@@ -35,9 +35,9 @@ categories = ["database"]
[workspace.dependencies]
adbc_core = { path = "./core" }
-arrow-array = { version = "53.1.0", default-features = false, features = [
+arrow-array = { version = "53.4.0", default-features = false, features = [
"ffi",
] }
arrow-buffer = { version = "53.1.0", default-features = false }
arrow-schema = { version = "53.1.0", default-features = false }
Review Comment:
> By updating the lock file we are just making sure things are building fine
in CI with the latest version.
Yeah, the `Cargo.lock` file has locked on `53.4.0` for every dependency.
Even the ones that say `_.1._` in the `Cargo.toml`.
--
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]