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 23dc3d66 chore(deps): bump rand from 0.10.0 to 0.10.1 (#761)
23dc3d66 is described below
commit 23dc3d66c7dd916f743d0a87de22c258cb44ebb6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 13 21:10:03 2026 -0500
chore(deps): bump rand from 0.10.0 to 0.10.1 (#761)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index f04cdd23..dbd3f255 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4599,9 +4599,9 @@ dependencies = [
[[package]]
name = "rand"
-version = "0.10.0"
+version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8"
+checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207"
dependencies = [
"chacha20",
"getrandom 0.4.1",
@@ -4640,7 +4640,7 @@ source =
"registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d431c2703ccf129de4d45253c03f49ebb22b97d6ad79ee3ecfc7e3f4862c1d8"
dependencies = [
"num-traits",
- "rand 0.10.0",
+ "rand 0.10.1",
]
[[package]]
@@ -5409,7 +5409,7 @@ dependencies = [
"log",
"num-traits",
"pretty_env_logger",
- "rand 0.10.0",
+ "rand 0.10.1",
"rand_distr",
"robust",
"rstar 0.12.2",
@@ -5733,7 +5733,7 @@ dependencies = [
"once_cell",
"parking_lot",
"pin-project-lite",
- "rand 0.10.0",
+ "rand 0.10.1",
"rstest",
"sedona-common",
"sedona-expr",
@@ -5768,7 +5768,7 @@ dependencies = [
"geo-traits",
"geo-types",
"parquet",
- "rand 0.10.0",
+ "rand 0.10.1",
"rstest",
"sedona-common",
"sedona-expr",
@@ -6205,7 +6205,7 @@ source =
"registry+https://github.com/rust-lang/crates.io-index"
checksum = "0136791f7c95b1f6dd99f9cc786b91bb81c3800b639b3478e561ddb7be95e5f1"
dependencies = [
"fastrand",
- "getrandom 0.4.1",
+ "getrandom 0.3.4",
"once_cell",
"rustix",
"windows-sys 0.61.2",