Skip to content

Commit 3ac2ad8

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] <[email protected]>
1 parent 64f8de1 commit 3ac2ad8

File tree

2 files changed

+67
-16
lines changed

2 files changed

+67
-16
lines changed

Cargo.lock

+66-15
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
@@ -16,7 +16,7 @@ crossterm = { version = "0.28", optional = true }
1616
dirs = "6.0"
1717
legion = "0.4.0"
1818
libflate = "2.0"
19-
rand = "0.8"
19+
rand = "0.9"
2020
ron = "0.8"
2121
serde = "1.0"
2222
serde_derive = "1.0"

0 commit comments

Comments
 (0)