This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new 4734b4e9e chore(rust): bump the arrow group (#4520)
4734b4e9e is described below
commit 4734b4e9edd6b5f00cb51336e913cab6aff5395e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 15 16:21:44 2026 -0700
chore(rust): bump the arrow group (#4520)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David Li <[email protected]>
---
rust/Cargo.lock | 20 ++++++++++----------
rust/driver_manager/tests/connection_profile.rs | 4 ++--
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index bbf7a5b1f..58548343f 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -86,9 +86,9 @@ dependencies = [
[[package]]
name = "arrow-array"
-version = "59.0.0"
+version = "59.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0c60c79628e9a97cb90d7a0dc3e944f216a902f837d4ecabc14d524bddbbc137"
+checksum = "9486151b2f0785bafc6fa04fc5c99fcb4495455662e58787ea32eaaed33c4192"
dependencies = [
"ahash",
"arrow-buffer",
@@ -104,9 +104,9 @@ dependencies = [
[[package]]
name = "arrow-buffer"
-version = "59.0.0"
+version = "59.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6026f638c400e9878c1b1cc05c3cfd46fbf381285916ab408678701c1df46c1a"
+checksum = "c4776577a87794bfdf0b4e90e2ea12454fa7738ea2823c4be5b9d1851da7b434"
dependencies = [
"bytes",
"half",
@@ -116,9 +116,9 @@ dependencies = [
[[package]]
name = "arrow-data"
-version = "59.0.0"
+version = "59.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7bd568aa70c4ec5947027b0d5caee94877433b661a0bb9e8ddceeeb5f0c9b1ab"
+checksum = "b38fe43e2e8704360f1464e6e8cc4fc381ef02cc4fb0192afa8df1aaa0115c66"
dependencies = [
"arrow-buffer",
"arrow-schema",
@@ -129,18 +129,18 @@ dependencies = [
[[package]]
name = "arrow-schema"
-version = "59.0.0"
+version = "59.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "80b3e786a0dd9103acd583a6fb486dbf2f3268466cc0bd571dcf34cef231c1f1"
+checksum = "d9e4969dc350d571766247143ab36a5187d095d3d3690970408bc630d47c69e5"
dependencies = [
"bitflags",
]
[[package]]
name = "arrow-select"
-version = "59.0.0"
+version = "59.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "067a67e0361f6c31f4a7248759f36ca4ca71b187a941ed4d49da1c7d3d4db624"
+checksum = "402770dba90865359d98d1ef92ef16e23d75c0cca9c2c880c8a05468b7743bf9"
dependencies = [
"ahash",
"arrow-array",
diff --git a/rust/driver_manager/tests/connection_profile.rs
b/rust/driver_manager/tests/connection_profile.rs
index 41e3e82d1..93065104c 100644
--- a/rust/driver_manager/tests/connection_profile.rs
+++ b/rust/driver_manager/tests/connection_profile.rs
@@ -469,8 +469,8 @@ fn test_profile_display() {
.expect("Failed to close/remove temporary directory");
}
-#[test]
#[serial]
+#[test]
fn test_profile_hierarchical_path_via_env_var() {
use std::env;
@@ -527,8 +527,8 @@ fn test_profile_hierarchical_path_via_env_var() {
.expect("Failed to close/remove temporary directory");
}
-#[test]
#[serial]
+#[test]
fn test_profile_hierarchical_path_with_extension_via_env_var() {
let tmp_dir = tempfile::Builder::new()
.prefix("adbc_profile_env_test2")