From 722a6881fdca47181c2184a0b62a26ec25d014d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Jul 2025 16:11:43 +0700 Subject: [PATCH] chore(deps): update rand requirement from 0.8 to 0.9 in /src-tauri (#5399) 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...rand_core-0.9.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 7068ffba6..4334302a8 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -28,7 +28,7 @@ tauri-plugin-os = "2.2.1" tauri-plugin-opener = "2.2.7" flate2 = "1.0" tar = "0.4" -rand = "0.8" +rand = "0.9" tauri-plugin-http = { version = "2", features = ["unsafe-headers"] } tauri-plugin-store = "2" hyper = { version = "0.14", features = ["server"] }