From 758d84be464c5b8841d93f47685a732b3e94dfed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 01:54:26 +0000 Subject: [PATCH] build(deps): bump rand in the cargo group across 1 directory Bumps the cargo group with 1 update in the / directory: [rand](https://github.com/rust-random/rand). Updates `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 dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fb9d6f3..3db0129 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4184,7 +4184,7 @@ dependencies = [ "objc", "once_cell", "png", - "rand 0.8.5", + "rand 0.9.2", "reqwest", "rusqlite", "serde", diff --git a/Cargo.toml b/Cargo.toml index debef08..8d6e96d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ getrandom = { version = "0.2", features = ["js"] } base64 = "0.22" futures-util = "0.3" once_cell = "1.19" -rand = "0.8" +rand = "0.9" # Server-side dependencies [target.'cfg(not(target_arch = "wasm32"))'.dependencies]