Skip to content

Commit e4eeeac

Browse files
authoredApr 18, 2025··
build(deps): bump rand from 0.9.0 to 0.9.1
Bumps [rand](https://github.com/rust-random/rand) from 0.9.0 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.9.0...rand_core-0.9.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a70bd8b commit e4eeeac

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed
 

‎Cargo.lock

+3-4
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
@@ -27,7 +27,7 @@ env_logger = "0.11.8"
2727
anstream = "=0.6.18"
2828
dirs = "6.0.0"
2929
gcd = "2.0.1"
30-
rand = "0.9.0"
30+
rand = "0.9.1"
3131
colorful = "0.3.2"
3232
ansi_term = "0.12.1"
3333
toml = "0.8.20"

0 commit comments

Comments
 (0)
Please sign in to comment.