From 3327ecdec053d023ac702ab37d24e8c879f241c7 Mon Sep 17 00:00:00 2001 From: "leafdbot[bot]" <192038741+leafdbot[bot]@users.noreply.github.com> Date: Sun, 5 Oct 2025 06:24:18 +0000 Subject: [PATCH] chore(deps): update rust crate base64 to 0.22 Signed-off-by: leafdbot[bot] <192038741+leafdbot[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 63acfcf..db524d6 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -33,7 +33,7 @@ uuid = { version = "1.0", features = ["v4", "serde"] } discord-rich-presence = "1.0" tauri-plugin-process = "2" sha2 = "0.10" -base64 = "0.21" +base64 = "0.22" rand = "0.8" [target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]