Skip to content

Commit 5a29439

Browse files
Bump rand from 0.9.1 to 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>
1 parent 894fd88 commit 5a29439

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

Cargo.lock

Lines changed: 23 additions & 23 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
@@ -124,7 +124,7 @@ num-traits = { version = "0.2.19", default-features = false, features = [
124124
"libm",
125125
] } # libm is for no_std
126126
openblas-src = "0.10.12"
127-
rand = { version = "0.9.1", default-features = false, features = [
127+
rand = { version = "0.9.2", default-features = false, features = [
128128
"std_rng",
129129
] } # std_rng is for no_std
130130
rand_distr = { version = "0.5.0", default-features = false }

0 commit comments

Comments
 (0)