From ecbfb9502a2ab4b07158844e4f2cf703bb447489 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 01:56:25 +0000 Subject: [PATCH] Bump rand from 0.8.5 to 0.9.2 in /divviup/rust 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](https://github.com/rust-random/rand/compare/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] --- divviup/rust/Cargo.lock | 2 +- divviup/rust/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/divviup/rust/Cargo.lock b/divviup/rust/Cargo.lock index 86b893c..cf04291 100644 --- a/divviup/rust/Cargo.lock +++ b/divviup/rust/Cargo.lock @@ -524,7 +524,7 @@ dependencies = [ "janus_messages", "jni", "prio", - "rand 0.8.5", + "rand 0.9.2", "thiserror 2.0.18", ] diff --git a/divviup/rust/Cargo.toml b/divviup/rust/Cargo.toml index ea1a801..7a299b7 100644 --- a/divviup/rust/Cargo.toml +++ b/divviup/rust/Cargo.toml @@ -12,5 +12,5 @@ janus_core = "0.7.107" janus_messages = "0.7.102" jni = "0.21.1" prio = "0.16.8" -rand = "0.8.5" +rand = "0.9.2" thiserror = "2.0.18"