mbrobbel commented on code in PR #2468:
URL: https://github.com/apache/arrow-adbc/pull/2468#discussion_r1950699350


##########
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:
   Taking a wild guess: for these groups dependabot checks if the lock file is 
outdated, and after bumping `arrow-array` it is up to date for those other 
dependencies (they are dependencies of `arrow-array`, so they get bumped too in 
the lock file as a result of bumping `arrow-array`), so it skips bumping those 
in the `Cargo.toml`.
   
   In the end it doesn't really matter here; keeping the minor version low here 
just means we don't rely on features introduced in higher compatible versions. 
By updating the lock file we are just making sure things are building fine in 
CI with the latest version.



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to