This is an automated email from the ASF dual-hosted git repository.
paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/sedona-db.git
The following commit(s) were added to refs/heads/main by this push:
new 6e9347a5 chore(deps): bump fastrand from 2.3.0 to 2.4.0 (#755)
6e9347a5 is described below
commit 6e9347a540e3068e64349d9d0922b16a0adce860
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 6 09:19:16 2026 -0500
chore(deps): bump fastrand from 2.3.0 to 2.4.0 (#755)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 4 ++--
Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 2940cefe..0ea544af 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2560,9 +2560,9 @@ checksum =
"dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59"
[[package]]
name = "fastrand"
-version = "2.3.0"
+version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
+checksum = "a043dc74da1e37d6afe657061213aa6f425f855399a11d3463c6ecccc4dfda1f"
[[package]]
name = "fd-lock"
diff --git a/Cargo.toml b/Cargo.toml
index 2e579ce2..6891fa62 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -94,7 +94,7 @@ datafusion-physical-plan = { version = "51.0.0" }
datafusion-pruning = { version = "51.0.0" }
dirs = "6.0.0"
env_logger = "0.11"
-fastrand = "2.0"
+fastrand = "2.4"
float_next_after = "2"
futures = "0.3"
geo = "0.31.0"