Skip to content

Commit 93b9166

Browse files
chore(deps): bump rand from 0.9.2 to 0.10.0
Bumps [rand](https://github.com/rust-random/rand) from 0.9.2 to 0.10.0. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@rand_core-0.9.2...0.10.0) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d4a6d9c commit 93b9166

2 files changed

Lines changed: 27 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 26 additions & 4 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
@@ -22,7 +22,7 @@ repository = "https://github.com/hyperpolymath/neurophone"
2222
# Core neural network
2323
ndarray = { version = "0.17", features = ["rayon", "serde"] }
2424
ndarray-rand = "0.16"
25-
rand = "0.9"
25+
rand = "0.10"
2626
rand_distr = "0.6"
2727
rayon = "1.8"
2828

0 commit comments

Comments
 (0)