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 592faf185 chore(rust): bump once_cell from 1.19.0 to 1.20.2 in /rust
(#2403)
592faf185 is described below
commit 592faf185b05c733dd2d1a040e5462587327dc29
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 30 19:26:33 2024 -0500
chore(rust): bump once_cell from 1.19.0 to 1.20.2 in /rust (#2403)
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.19.0 to
1.20.2.
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
rust/Cargo.lock | 4 ++--
rust/core/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index 54c4a81c5..c4dcf1b55 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -1935,9 +1935,9 @@ dependencies = [
[[package]]
name = "once_cell"
-version = "1.19.0"
+version = "1.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
+checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
[[package]]
name = "ordered-float"
diff --git a/rust/core/Cargo.toml b/rust/core/Cargo.toml
index 5acf07a83..c9960f311 100644
--- a/rust/core/Cargo.toml
+++ b/rust/core/Cargo.toml
@@ -26,7 +26,7 @@ license = { workspace = true }
arrow-array.workspace = true
arrow-schema.workspace = true
libloading = { version = "0.8", optional = true }
-once_cell = "1.19.0"
+once_cell = "1.20.2"
[dev-dependencies]
arrow-select.workspace = true