chore(deps): bump rand from 0.9.2 to 0.10.2 in /desktop/src-tauri (#393)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-07-29 21:25:54 +10:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent f59bf9fd85
commit 7cb81176b2
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -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"