From 824d107d22df215e3bd0dc068ac39cc293a7f5aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 11:03:01 +0000 Subject: [PATCH] chore(deps): bump rand from 0.9.2 to 0.10.2 in /desktop/src-tauri Bumps [rand](https://github.com/rust-random/rand) from 0.9.2 to 0.10.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/rand_core-0.9.2...0.10.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- desktop/src-tauri/Cargo.lock | 14 +++++++------- desktop/src-tauri/Cargo.toml | 2 +- desktop/src-tauri/database/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/desktop/src-tauri/Cargo.lock b/desktop/src-tauri/Cargo.lock index 897ab38c0..8f5eb81eb 100644 --- a/desktop/src-tauri/Cargo.lock +++ b/desktop/src-tauri/Cargo.lock @@ -1122,7 +1122,7 @@ dependencies = [ "dirs 6.0.0", "keyring", "log", - "rand 0.9.2", + "rand 0.10.2", "ron", "serde", "serde_with", @@ -1427,7 +1427,7 @@ dependencies = [ "page_size", "parking_lot 0.12.5", "process", - "rand 0.9.2", + "rand 0.10.2", "rayon", "regex", "remote", @@ -3256,7 +3256,7 @@ dependencies = [ "log-mdc", "mock_instant", "parking_lot 0.12.5", - "rand 0.9.2", + "rand 0.9.5", "serde", "serde-value", "serde_json", @@ -4730,9 +4730,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.2" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" +checksum = "b9ef1d0d795eb7d84685bca4f72f3649f064e6641543d3a8c415898726a57b41" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.5", @@ -7145,7 +7145,7 @@ dependencies = [ "http 1.4.0", "httparse", "log", - "rand 0.9.2", + "rand 0.9.5", "sha1", "thiserror 2.0.17", "utf-8", @@ -7346,7 +7346,7 @@ checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a" dependencies = [ "getrandom 0.3.4", "js-sys", - "rand 0.9.2", + "rand 0.9.5", "serde_core", "uuid-macro-internal", "wasm-bindgen", diff --git a/desktop/src-tauri/Cargo.toml b/desktop/src-tauri/Cargo.toml index ef6174bfe..bde7d0fc0 100644 --- a/desktop/src-tauri/Cargo.toml +++ b/desktop/src-tauri/Cargo.toml @@ -59,7 +59,7 @@ native_model = { path = "../../libraries/native_model", features = [ page_size = "0.6.0" parking_lot = "0.12.3" process = { path = "./process" } # process -rand = "0.9.1" +rand = "0.10.2" rayon = "1.10.0" regex = "1.11.1" remote = { path = "./remote", version = "0.1.0" } # remote diff --git a/desktop/src-tauri/database/Cargo.toml b/desktop/src-tauri/database/Cargo.toml index 94e0309bb..42e04e1aa 100644 --- a/desktop/src-tauri/database/Cargo.toml +++ b/desktop/src-tauri/database/Cargo.toml @@ -11,7 +11,7 @@ ctr = "0.9.2" dirs = "6.0.0" keyring = { version = "3.6.3", features = ["apple-native", "crypto-rust", "linux-native-sync-persistent", "windows-native"] } log = "0.4.28" -rand = "0.9.2" +rand = "0.10.2" ron = "0.12.0" serde = "1.0.228" serde_with = "3.15.0"