From f81ec7b65597e942cf8c6524fd7a34667308c0c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 19:48:07 +0000 Subject: [PATCH] chore(deps): bump rand from 0.9.3 to 0.9.4 in /app/src-tauri Bumps [rand](https://github.com/rust-random/rand) from 0.9.3 to 0.9.4. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.4/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.9.3...0.9.4) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/src-tauri/Cargo.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/src-tauri/Cargo.lock b/app/src-tauri/Cargo.lock index 9d7ba13d4..25d7fe0ae 100644 --- a/app/src-tauri/Cargo.lock +++ b/app/src-tauri/Cargo.lock @@ -2662,7 +2662,7 @@ dependencies = [ "hyper-util", "log", "pin-project-lite", - "rand 0.9.3", + "rand 0.9.4", "regex", "serde_json", "serde_urlencoded", @@ -3593,7 +3593,7 @@ dependencies = [ "bytes", "getrandom 0.3.4", "lru-slab", - "rand 0.9.3", + "rand 0.9.4", "ring", "rustc-hash", "rustls", @@ -3673,9 +3673,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.3" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166" +checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.5", @@ -4504,7 +4504,7 @@ dependencies = [ "mockito", "nix", "notify", - "rand 0.9.3", + "rand 0.9.4", "reqwest", "rusqlite", "schemars 1.2.1",