From a7d3e65b38b880897c64835fd11505a0d6f3ddd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 03:17:55 +0000 Subject: [PATCH] chore(deps): bump rand from 0.9.5 to 0.10.2 in /src-tauri Bumps [rand](https://github.com/rust-random/rand) from 0.9.5 to 0.10.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.9.5...0.10.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 1eddb51..739302a 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -5012,7 +5012,7 @@ dependencies = [ "log", "minisign-verify", "proptest", - "rand 0.9.5", + "rand 0.10.2", "regex", "reqwest 0.12.28", "serde", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 597cf7d..7f87840 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -32,7 +32,7 @@ windows = { version = "0.58", features = ["Win32_UI_WindowsAndMessaging"] } minisign-verify = "0.2.5" tauri-plugin-dialog = "2.7.0" bytes = "1.11.1" -rand = "0.9" +rand = "0.10" sha2 = "0.10" regex = "1.11"