mbrobbel commented on code in PR #2468: URL: https://github.com/apache/arrow-adbc/pull/2468#discussion_r1950432018
########## 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: Those crates were upgraded (see `Cargo.lock`). Looks like dependabot handles this a bit different, most likely because these crates are direct dependencies of `arrow-array`. -- 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