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 45466e9b chore(deps): bump rand_distr from 0.4.3 to 0.5.1 (#340)
45466e9b is described below
commit 45466e9ba444d4e8255c0721098ecb9abb62f32b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 25 21:48:32 2025 -0600
chore(deps): bump rand_distr from 0.4.3 to 0.5.1 (#340)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 6 +++---
rust/sedona-geo-generic-alg/Cargo.toml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 10f5f3b4..9151da2d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4376,12 +4376,12 @@ dependencies = [
[[package]]
name = "rand_distr"
-version = "0.4.3"
+version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
+checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
dependencies = [
"num-traits",
- "rand 0.8.5",
+ "rand 0.9.2",
]
[[package]]
diff --git a/rust/sedona-geo-generic-alg/Cargo.toml
b/rust/sedona-geo-generic-alg/Cargo.toml
index 6f5a91d7..350096d2 100644
--- a/rust/sedona-geo-generic-alg/Cargo.toml
+++ b/rust/sedona-geo-generic-alg/Cargo.toml
@@ -41,7 +41,7 @@ approx = { workspace = true }
criterion = { workspace = true }
pretty_env_logger = "0.4"
rand = { workspace = true }
-rand_distr = "0.4.3"
+rand_distr = "0.5.1"
geo = { workspace = true }
wkb = { workspace = true }
wkt = { workspace = true }