Skip to content

Commit 60d781c

Browse files
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](rust-random/rand_distr@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] <support@github.com>
1 parent a0169e7 commit 60d781c

File tree

2 files changed

+211
-6
lines changed

2 files changed

+211
-6
lines changed

Cargo.lock

Lines changed: 210 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pyo3 = { version = "0.27", features = ["extension-module"], optional = true }
3131
chrono = "0.4.41"
3232
plotters = "0.3.7"
3333
rand = "0.9.2"
34-
rand_distr = "0.5.1"
34+
rand_distr = "0.6.0"
3535
rayon = "1.10.0"
3636
statrs = "0.18.0"
3737
reqwest = { version = "0.13.1", features = ["json"] }

0 commit comments

Comments
 (0)