Skip to content

Commit 129e459

Browse files
Bump rand from 0.8.5 to 0.9.0
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.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@0.8.5...0.9.0) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d81c2ad commit 129e459

File tree

2 files changed

+118
-14
lines changed

2 files changed

+118
-14
lines changed

Cargo.lock

Lines changed: 117 additions & 13 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
@@ -12,7 +12,7 @@ crate-type = ["cdylib"]
1212
bit-set = "0.8"
1313
ordered-float = "4.6"
1414
pyo3 = "0.23"
15-
rand = "0.8"
15+
rand = "0.9"
1616
rustc-hash = "2.1"
1717

1818
[profile.release]

0 commit comments

Comments
 (0)