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