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 fc3a9dbb chore(deps): bump rand_distr from 0.5.1 to 0.6.0 (#626)
fc3a9dbb is described below

commit fc3a9dbb055bbb225b26a60e5226e464863ad4c1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 17 10:38:31 2026 -0600

    chore(deps): bump rand_distr from 0.5.1 to 0.6.0 (#626)
    
    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 a9d93ab4..63189b6b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4602,12 +4602,12 @@ checksum = 
"0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba"
 
 [[package]]
 name = "rand_distr"
-version = "0.5.1"
+version = "0.6.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
+checksum = "4d431c2703ccf129de4d45253c03f49ebb22b97d6ad79ee3ecfc7e3f4862c1d8"
 dependencies = [
  "num-traits",
- "rand 0.9.2",
+ "rand 0.10.0",
 ]
 
 [[package]]
diff --git a/rust/sedona-geo-generic-alg/Cargo.toml 
b/rust/sedona-geo-generic-alg/Cargo.toml
index 41e1bf61..add91a43 100644
--- a/rust/sedona-geo-generic-alg/Cargo.toml
+++ b/rust/sedona-geo-generic-alg/Cargo.toml
@@ -44,7 +44,7 @@ approx = { workspace = true }
 criterion = { workspace = true }
 pretty_env_logger = "0.4"
 rand = { workspace = true }
-rand_distr = "0.5.1"
+rand_distr = "0.6.0"
 geo = { workspace = true }
 wkb = { workspace = true }
 wkt = { workspace = true }

Reply via email to