From 88cb728a83f0b03f4f3bf981338125e7b18a7db3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 03:40:32 +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 1e77420..0199835 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -461,7 +461,7 @@ dependencies = [ "ndarray-rand", "proptest", "rand 0.10.1", - "rand_distr", + "rand_distr 0.6.0", "rayon", "serde", "thiserror 2.0.18", @@ -1119,7 +1119,7 @@ dependencies = [ "ndarray", "ndarray-rand", "rand 0.10.1", - "rand_distr", + "rand_distr 0.6.0", "rayon", "serde", "thiserror 2.0.18", @@ -1187,7 +1187,7 @@ checksum = "180f724d496e84764e8ecf28fbe1da74ef231ec4ba15be65a9100be8445d73e3" dependencies = [ "ndarray", "rand 0.9.4", - "rand_distr", + "rand_distr 0.5.1", ] [[package]] @@ -1568,6 +1568,16 @@ dependencies = [ "rand 0.9.4", ] +[[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.1", +] + [[package]] name = "rand_xorshift" version = "0.4.0" diff --git a/Cargo.toml b/Cargo.toml index 33743d9..06a9d07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ repository = "https://github.com/hyperpolymath/neurophone" ndarray = { version = "0.17", features = ["rayon", "serde"] } ndarray-rand = "0.16" rand = "0.10" -rand_distr = "0.5" +rand_distr = "0.6" rayon = "1.12" # Serialization