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 472c0f9e3 chore(rust): Bump tempfile from 3.23.0 to 3.24.0 in /rust
(#3846)
472c0f9e3 is described below
commit 472c0f9e34d428c88309be258e814e6023696082
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 1 17:30:27 2026 +0900
chore(rust): Bump tempfile from 3.23.0 to 3.24.0 in /rust (#3846)
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.23.0 to
3.24.0.
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
rust/Cargo.lock | 14 +++++++-------
rust/driver_manager/Cargo.toml | 2 +-
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index 5002d7197..3761ca6e2 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -1743,9 +1743,9 @@ checksum =
"f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
[[package]]
name = "linux-raw-sys"
-version = "0.9.4"
+version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
+checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
[[package]]
name = "litemap"
@@ -2275,15 +2275,15 @@ dependencies = [
[[package]]
name = "rustix"
-version = "1.0.7"
+version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
+checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
dependencies = [
"bitflags",
"errno",
"libc",
"linux-raw-sys",
- "windows-sys 0.59.0",
+ "windows-sys 0.61.2",
]
[[package]]
@@ -2556,9 +2556,9 @@ dependencies = [
[[package]]
name = "tempfile"
-version = "3.23.0"
+version = "3.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
+checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c"
dependencies = [
"fastrand",
"getrandom 0.3.3",
diff --git a/rust/driver_manager/Cargo.toml b/rust/driver_manager/Cargo.toml
index 0592baf4c..fa98952e5 100644
--- a/rust/driver_manager/Cargo.toml
+++ b/rust/driver_manager/Cargo.toml
@@ -56,4 +56,4 @@ windows-registry = { version = ">= 0.5.3" }
[dev-dependencies]
arrow-select.workspace = true
temp-env = "0.3"
-tempfile = "3.23"
+tempfile = "3.24"