This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-ballista.git
The following commit(s) were added to refs/heads/main by this push:
new 157ec1763 chore(deps): bump once_cell from 1.21.3 to 1.21.4 (#1505)
157ec1763 is described below
commit 157ec1763b6656a01bcf1003ed937493e764f8ce
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 13 08:40:28 2026 +0200
chore(deps): bump once_cell from 1.21.3 to 1.21.4 (#1505)
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.21.3 to
1.21.4.
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/once_cell/compare/v1.21.3...v1.21.4)
---
updated-dependencies:
- dependency-name: once_cell
dependency-version: 1.21.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 4 ++--
ballista/scheduler/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 720894547..a8e06bcc3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4032,9 +4032,9 @@ dependencies = [
[[package]]
name = "once_cell"
-version = "1.21.3"
+version = "1.21.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
+checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
[[package]]
name = "once_cell_polyfill"
diff --git a/ballista/scheduler/Cargo.toml b/ballista/scheduler/Cargo.toml
index 9283a6d60..bed395518 100644
--- a/ballista/scheduler/Cargo.toml
+++ b/ballista/scheduler/Cargo.toml
@@ -61,7 +61,7 @@ http = "1.1"
insta = { workspace = true }
log = { workspace = true }
object_store = { workspace = true }
-once_cell = { version = "1.16.0", optional = true }
+once_cell = { version = "1.21.4", optional = true }
parking_lot = { workspace = true }
prometheus = { version = "0.14", features = ["process"], optional = true }
prost = { workspace = true }
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]