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 a0927944a chore(rust): Bump serial_test from 3.4.0 to 3.5.0 (#4370)
a0927944a is described below
commit a0927944a6b27f4fe4dba9a5d8a90fc62fad7475
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 9 15:48:49 2026 -0700
chore(rust): Bump serial_test from 3.4.0 to 3.5.0 (#4370)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
rust/Cargo.lock | 24 ++++--------------------
rust/driver_manager/Cargo.toml | 2 +-
2 files changed, 5 insertions(+), 21 deletions(-)
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index ac9763f69..1c065643b 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -2165,15 +2165,6 @@ dependencies = [
"winapi-util",
]
-[[package]]
-name = "scc"
-version = "2.4.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "46e6f046b7fef48e2660c57ed794263155d713de679057f2d0c169bfc6e756cc"
-dependencies = [
- "sdd",
-]
-
[[package]]
name = "schemars"
version = "0.8.22"
@@ -2204,12 +2195,6 @@ version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
-[[package]]
-name = "sdd"
-version = "3.0.10"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "490dcfcbfef26be6800d11870ff2df8774fa6e86d047e3e8c8a76b25655e41ca"
-
[[package]]
name = "semver"
version = "1.0.27"
@@ -2310,24 +2295,23 @@ dependencies = [
[[package]]
name = "serial_test"
-version = "3.4.0"
+version = "3.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "911bd979bf1070a3f3aa7b691a3b3e9968f339ceeec89e08c280a8a22207a32f"
+checksum = "699f4197115b8a7e7ff19c9a315a4bd6fffec26cc4626ef45ecaea389e081c6d"
dependencies = [
"futures-executor",
"futures-util",
"log",
"once_cell",
"parking_lot",
- "scc",
"serial_test_derive",
]
[[package]]
name = "serial_test_derive"
-version = "3.4.0"
+version = "3.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0a7d91949b85b0d2fb687445e448b40d322b6b3e4af6b44a29b21d9a5f33e6d9"
+checksum = "94e153fc76e1c6a068703d6d29c508a0b15c061c4b7e43da59cc097bc342673c"
dependencies = [
"proc-macro2",
"quote",
diff --git a/rust/driver_manager/Cargo.toml b/rust/driver_manager/Cargo.toml
index 273f1706a..91fbfffbc 100644
--- a/rust/driver_manager/Cargo.toml
+++ b/rust/driver_manager/Cargo.toml
@@ -57,6 +57,6 @@ windows-registry = { version = ">= 0.5.3" }
[dev-dependencies]
arrow-select.workspace = true
-serial_test = "3.4.0"
+serial_test = "3.5.0"
temp-env = "0.3"
tempfile = "3.27"