From 92480d5eb34cda3dcfdac6f1b58e5899c01d209f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 18:57:09 +0000 Subject: [PATCH] chore(deps): bump rand_distr from 0.5.1 to 0.6.0 Bumps [rand_distr](https://github.com/rust-random/rand_distr) from 0.5.1 to 0.6.0. - [Release notes](https://github.com/rust-random/rand_distr/releases) - [Changelog](https://github.com/rust-random/rand_distr/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand_distr/compare/0.5.1...0.6.0) --- updated-dependencies: - dependency-name: rand_distr dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 +++++++++++++--- Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fdd8778..9822bee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -516,7 +516,7 @@ dependencies = [ "ndarray-rand", "proptest", "rand 0.10.2", - "rand_distr", + "rand_distr 0.6.0", "rayon", "serde", "thiserror 2.0.18", @@ -1215,7 +1215,7 @@ dependencies = [ "ndarray-rand", "proptest", "rand 0.10.2", - "rand_distr", + "rand_distr 0.6.0", "rayon", "serde", "thiserror 2.0.18", @@ -1283,7 +1283,7 @@ checksum = "180f724d496e84764e8ecf28fbe1da74ef231ec4ba15be65a9100be8445d73e3" dependencies = [ "ndarray", "rand 0.9.5", - "rand_distr", + "rand_distr 0.5.1", ] [[package]] @@ -1680,6 +1680,16 @@ dependencies = [ "rand 0.9.5", ] +[[package]] +name = "rand_distr" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4d431c2703ccf129de4d45253c03f49ebb22b97d6ad79ee3ecfc7e3f4862c1d8" +dependencies = [ + "num-traits", + "rand 0.10.2", +] + [[package]] name = "rand_xorshift" version = "0.4.0" diff --git a/Cargo.toml b/Cargo.toml index c80e74d..c568cb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ ndarray-rand = "0.16" # NB: dependabot re-bumped this to 0.10 in #175 (build re-broke); reverted again # here. Consider a dependabot ignore for rand until ndarray-rand catches up. rand = "0.10" -rand_distr = "0.5" +rand_distr = "0.6" rayon = "1.12" # Serialization