From f69a45aa9181f904e844eeb8f92d10d14518677c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 21:54:05 +0000 Subject: [PATCH] chore(deps)(deps): update rand requirement 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.0) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.0 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 ebc0524..24ca545 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -16,7 +16,7 @@ uuid = { version = "1.0", features = ["v4"] } keyring = "2.0" reqwest = { version = "0.11", features = ["json"] } async-trait = "0.1" -rand = "0.8" +rand = "0.10" [features] default = ["custom-protocol"]