Skip to content

Commit f278e67

Browse files
Bump rand from 0.9.0 to 0.9.2 in /moors (#258)
Bumps [rand](https://github.com/rust-random/rand) from 0.9.0 to 0.9.2. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@0.9.0...rand_core-0.9.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6b3bcb0 commit f278e67

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

moors/Cargo.lock

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

moors/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ name = "moors"
1212
crate-type = ["cdylib", "rlib"]
1313

1414
[dependencies]
15-
rand = "0.9.0"
15+
rand = "0.9.2"
1616
rand_distr = "0.5.1"
1717
num-traits = "0.2.19"
1818
ndarray = "0.16.1"

0 commit comments

Comments
 (0)