From 87ae4c0b0b986001265a0fe41b2d608f68ed1a3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 02:54:46 +0000 Subject: [PATCH] chore(deps): update rand_distr requirement from 0.4.3 to 0.5.0 Updates the requirements on [rand_distr](https://github.com/rust-random/rand) to permit the latest version. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/rand_distr-0.4.3...0.5.0) --- updated-dependencies: - dependency-name: rand_distr dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- forrustts-genetics/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forrustts-genetics/Cargo.toml b/forrustts-genetics/Cargo.toml index eae9de75..76fc4620 100644 --- a/forrustts-genetics/Cargo.toml +++ b/forrustts-genetics/Cargo.toml @@ -14,4 +14,4 @@ keywords = ["simulation", "tree_sequences", "tskit", "population_genetics"] [dependencies] forrustts-core = { version = "0.1.0", path = "../forrustts-core", features = ["rand"]} rand = "0.8.5" -rand_distr = "0.4.3" +rand_distr = "0.5.0"