From 80eb363672ab9cd712384fa1f25baa68937febc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 08:21:21 +0000 Subject: [PATCH] build(deps): bump rand from 0.10.0 to 0.10.1 Bumps [rand](https://github.com/rust-random/rand) from 0.10.0 to 0.10.1. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.10.0...0.10.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- program/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f8e9fa0a..2b5487da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3800,9 +3800,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8" +checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" dependencies = [ "chacha20", "getrandom 0.4.1", @@ -6844,7 +6844,7 @@ dependencies = [ "mollusk-svm", "mollusk-svm-result", "proptest", - "rand 0.10.0", + "rand 0.10.1", "solana-account 3.2.0", "solana-account-info", "solana-clock", diff --git a/program/Cargo.toml b/program/Cargo.toml index d90be033..3cd84f53 100644 --- a/program/Cargo.toml +++ b/program/Cargo.toml @@ -31,7 +31,7 @@ assert_matches = "1.5.0" mollusk-svm = { version = "0.7.2", features = ["all-builtins"] } mollusk-svm-result = "0.7.2" proptest = "1.11.0" -rand = "0.10.0" +rand = "0.10.1" solana-account = { version = "3.2.0", features = ["bincode"] } solana-config-interface = { version = "2", features = ["serde"] } solana-epoch-rewards = "3.0.1"