Skip to content

Commit 04dfb75

Browse files
chore: bump rand from 0.8.5 to 0.9.1
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.1. - [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...rand_core-0.9.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 158aa1c commit 04dfb75

File tree

2 files changed

+73
-8
lines changed

2 files changed

+73
-8
lines changed

Cargo.lock

+72-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ serde = {version = "1.0.203", features = ["derive"]}
3636
serde-pickle = "1.1.0"
3737
serde_json = {version = "1.0.120"}
3838
bincode = "1.3.1"
39-
rand = "0.8.3"
39+
rand = "0.9.1"
4040
rand_distr = "0.4.0"
4141

4242
[build-dependencies]

0 commit comments

Comments
 (0)