From e6867212fbb36ad89ed6f9d32a0607b7cc5daf99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 19:46:12 +0000 Subject: [PATCH] cargo: update rand requirement from 0.8 to 0.10 in /src-tauri Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. - [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.0...0.10.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 509c618..01e382a 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -60,7 +60,7 @@ unicode-segmentation = "1.10" aes-gcm = "0.10" argon2 = "0.5" flate2 = "1.0" -rand = "0.8" +rand = "0.10" [target.'cfg(target_os = "macos")'.dependencies] security-framework = "3.5"