From 87ee9d501068e193067976aa185ebf1998a66150 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 01:56:06 +0000 Subject: [PATCH] chore(deps): bump rand Bumps the cargo group with 1 update in the /src-tauri 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] --- 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 578ff25..50291cb 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2623,7 +2623,7 @@ dependencies = [ "moka", "once_cell", "qrcode", - "rand 0.8.5", + "rand 0.9.2", "rcgen", "regex", "reqwest 0.12.28", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index dde8817..0b08d0a 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -44,7 +44,7 @@ sha2 = "0.10" urlencoding = "2" dotenvy = "0.15" aes-gcm = "0.10.3" -rand = "0.8" +rand = "0.9" rcgen = "0.13" rustls = { version = "0.23", default-features = false, features = ["std", "ring", "aws_lc_rs"] } windows = { version = "0.58", features = [