Skip to content

Commit 08b931b

Browse files
Bump rand from 0.8.5 to 0.9.2
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.2. - [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.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d1b6b03 commit 08b931b

File tree

2 files changed

+9
-39
lines changed

2 files changed

+9
-39
lines changed

Cargo.lock

Lines changed: 8 additions & 38 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
@@ -45,7 +45,7 @@ plist = { version = "=1.7.2", default-features = false, features = [ "serde" ]}
4545
dirs = { version = "5.0.0", default-features = false }
4646
typetag = { version = "0.2.17", default-features = false }
4747
dyn-clone = { version = "1.0.9", default-features = false }
48-
rand = { version = "0.8.5", default-features = false, features = [ "std", "std_rng" ] }
48+
rand = { version = "0.9.2", default-features = false, features = [ "std", "std_rng" ] }
4949
semver = { version = "1.0.23", default-features = false, features = ["serde", "std"] }
5050
term = { version = "1.0.0", default-features = false }
5151
uuid = { version = "1.2.2", features = ["serde"] }

0 commit comments

Comments
 (0)