From dc71ad48c25f475b81c2db3c4a7b1ff74cd3b619 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 12:21:57 +0000 Subject: [PATCH] chore(deps): bump rand from 0.8.5 to 0.9.2 in /app/src-tauri Bumps [rand](https://github.com/rust-random/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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/src-tauri/Cargo.lock | 2 +- app/src-tauri/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src-tauri/Cargo.lock b/app/src-tauri/Cargo.lock index 332a3983d..95e3f15d1 100644 --- a/app/src-tauri/Cargo.lock +++ b/app/src-tauri/Cargo.lock @@ -4428,7 +4428,7 @@ dependencies = [ "mockito", "nix", "notify", - "rand 0.8.5", + "rand 0.9.2", "reqwest", "rusqlite", "schemars 1.2.1", diff --git a/app/src-tauri/Cargo.toml b/app/src-tauri/Cargo.toml index 6bb0d7446..6611f541e 100644 --- a/app/src-tauri/Cargo.toml +++ b/app/src-tauri/Cargo.toml @@ -46,7 +46,7 @@ hex = "0.4" tempfile = "3" htmd = "0.5" walkdir = "2" -rand = { version = "0.8", features = ["small_rng"] } +rand = { version = "0.9", features = ["small_rng"] } specta = { version = "=2.0.0-rc.22", features = ["derive"] } specta-typescript = "0.0.9" schemars = { version = "1", features = ["derive"] }