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 b7f5ddfc2 chore(rust): Bump tempfile from 3.26.0 to 3.27.0 in /rust
(#4106)
b7f5ddfc2 is described below
commit b7f5ddfc25f9bce86393703771db390b6eb73331
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 18 10:42:35 2026 +0900
chore(rust): Bump tempfile from 3.26.0 to 3.27.0 in /rust (#4106)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
rust/Cargo.lock | 4 ++--
rust/driver_manager/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index f5c59ed2d..7e7a1bb2c 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -2500,9 +2500,9 @@ dependencies = [
[[package]]
name = "tempfile"
-version = "3.26.0"
+version = "3.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "82a72c767771b47409d2345987fda8628641887d5466101319899796367354a0"
+checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
dependencies = [
"fastrand",
"getrandom 0.3.3",
diff --git a/rust/driver_manager/Cargo.toml b/rust/driver_manager/Cargo.toml
index d0567d5af..273f1706a 100644
--- a/rust/driver_manager/Cargo.toml
+++ b/rust/driver_manager/Cargo.toml
@@ -59,4 +59,4 @@ windows-registry = { version = ">= 0.5.3" }
arrow-select.workspace = true
serial_test = "3.4.0"
temp-env = "0.3"
-tempfile = "3.26"
+tempfile = "3.27"