From c03f6fcc3a627c650252c0119210aab944cde660 Mon Sep 17 00:00:00 2001 From: Louis Date: Sun, 20 Jul 2025 23:55:45 +0700 Subject: [PATCH] =?UTF-8?q?Revert=20"chore(deps):=20update=20rand=20requir?= =?UTF-8?q?ement=20from=200.8=20to=200.9=20in=20/src-tauri=20(#=E2=80=A6"?= =?UTF-8?q?=20(#5824)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 722a6881fdca47181c2184a0b62a26ec25d014d0. --- 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 4334302a8..7068ffba6 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.9" +rand = "0.8" tauri-plugin-http = { version = "2", features = ["unsafe-headers"] } tauri-plugin-store = "2" hyper = { version = "0.14", features = ["server"] }