Skip to content

Commit 7f2cb99

Browse files
build(deps): bump rand from 0.8.5 to 0.9.2 (#132)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2611709 commit 7f2cb99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ arbitrary = { version = "1.4.2", features = ["derive"] }
2929
assert_matches = "1.5.0"
3030
mollusk-svm = { version = "0.7.0", features = ["all-builtins"] }
3131
proptest = "1.8.0"
32-
rand = "0.8.5"
32+
rand = "0.9.2"
3333
solana-account = { version = "3.1.0", features = ["bincode"] }
3434
solana-config-interface = { version = "2", features = ["serde"] }
3535
solana-epoch-rewards = "3.0.0"

0 commit comments

Comments
 (0)