Skip to content

Commit 00cc6cf

Browse files
build(deps): bump rand from 0.9.2 to 0.10.0
Bumps [rand](https://github.com/rust-random/rand) from 0.9.2 to 0.10.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@rand_core-0.9.2...0.10.0) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c97893a commit 00cc6cf

File tree

2 files changed

+217
-13
lines changed

2 files changed

+217
-13
lines changed

Cargo.lock

Lines changed: 216 additions & 12 deletions
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
@@ -41,7 +41,7 @@ thiserror = "2.0"
4141
[dev-dependencies]
4242
approx = "0.5.1"
4343
bincode = "1.3.3"
44-
rand = "0.9.2"
44+
rand = "0.10.0"
4545
solana-program-test = { version = "3.1.3", features = ["agave-unstable-api"] }
4646
solana-sdk = "3.0"
4747
spl-associated-token-account-interface = "2.0.0"

0 commit comments

Comments
 (0)